Javascript Reference
Objects > HTMLCollection
javascript HTMLCollection Description
The HTMLCollection object is an abstract representation in the W3C DOM of any collection of HTML element objects, all of which exist in the same docum
javascript HTMLCollection length
Returns the number of elements in the collection of HTMLCollection.
javascript HTMLCollection item( )
Returns one object from the collection corresponding to the object matching the index value in source code order. IE implements another variation of
javascript HTMLCollection namedItem( )
Returns one object from the collection corresponding to the object matching the parameter string value.

Powered by Linode.