Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

getElementsByAttributeNS

getElementsByAttributeNS(ns, attrib, value )
Return type: DOM NodeList
Returns an array of all the child elements of the element that have the attribute namespace given by the first argument, the attribute name given by the second argument, and the value given by the third argument. If the namespace (first argument) is set to '*', elements with any attribute namespace will be retrieved. If the third argument is '*', the elements retrieved may have the attribute (second argument) set to any value.
Note that this method is only available on XUL elements and is not part of the DOM.

Document Tags and Contributors

 Contributors to this page: Sheppy, Marsf, Brettz9
 Last updated by: Sheppy,