View source
class NodeList
package js.html
extended by PropertyNodeList, RadioNodeList
Available on js
NodeList
objects are collections of nodes such as those returned by properties such as Node.childNodes
and the document.querySelectorAll()
method.
Documentation NodeList by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also: