Represents a list of DOM Nodes
PropertiesNo events.
Examplesvar list = document.getElementsByClassName('highlighted');
for(var i=0; i<list.length; i++){
var item = list[i];
}
Notes
The NodeList represents the content as it is currently in the document, and will change as the document changes.
Related specificationsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4