class js.html.NodeList
Available on jsNodeList objects are collections of nodes returned by getElementsByTagName, getElementsByTagNameNS, Node.childNodes
, querySelectorAll, getElementsByClassName, etc.NodeList objects are collections of nodes returned by getElementsByTagName, getElementsByTagNameNS, Node.childNodes
, querySelectorAll, getElementsByClassName, etc.
Documentation for this class was provided by MDN.