My favorites | Sign in
Project Logo
             
Search
for
Updated Oct 01, 2008 by pilgrim
Labels: about-dom, is-dom-property
DocumentChildNodesProperty  
The document.childNodes property

Values

The document.childNodes property returns an array of Node objects.

Usage

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
typeOf(document.childNodes) != 'undefined' N N N Y Y Y Y Y

Further reading


Comment by julesblue, Sep 29, 2008

Rather than an array, I thought it was a NodeList?, which is a live list.


Sign in to add a comment
Hosted by Google Code