25.145. HTMLCollection.item( ): get an element by positionDOM Level 2 HTML25.145.1. Synopsis
25.145.1.1. Arguments
25.145.1.2. ReturnsThe element at the specified index, or null if index is less than zero or greater than or equal to the length property. 25.145.2. DescriptionThe item( ) method returns a numbered element from an HTMLCollection. In JavaScript, it is easier to treat the HTMLCollection as an array and to index it using array notation. 25.145.3. Example
25.145.4. See AlsoNodeList.item( ) |
Tuesday, October 27, 2009
Section 25.145. HTMLCollection.item( ): get an element by position
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment