JavaScript DOM HTML property: childNodes
[this page | pdf | back links]
The childNodes
property of HTML
elements within the JavaScript
DOM returns a
collection of its child elements (including text and comment nodes).
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)