javascript HTMLCollection item( )
| item( ) | NN 6 IE 5(Mac)/6(Win) DOM 1 |
item(index) | |
|
Returns one object from the collection corresponding to the object matching the index value in source code order. IE implements another variation of this method for some (but not all) of its collections with an optional secondary parameter. |
|
| Parameters | |
|
|
| Returned Value | |
Reference to an element object. If there are no matches to the parameter, the returned value is null. |
|
- #12012-01-11Reviewing ...
931,Nickname,Homepage or email,Comments here,Add comment
