NodeList

created by funnytoes
(thing) by funnytoes (6 y) (print)   ?   (I like it!) Sat Nov 17 2001 at 22:19:22
Home to Document Object Model | Up to Core
Prev Element


NodeList
Object

Contains an ordered collection of nodes. Each entry in the list is the node to which it refers - any changes made to the Nodes returned affect the document.

length
Attribute (read only, Number)

The number of nodes in this list.

item
Method
ECMAScript binding: item(index) (returns Node; index is a Number)

Returns the index+1th Node from the list or null if index is less than zero or more than this.length-1.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.