Javascript Reference
Objects > rows
javascript rows Description
Provides a collection of all tr element objects contained in a single table , tbody , tfoot , or thead element object. The rows collectio
javascript rows length
Returns the number of elements in the collection of rows.
javascript rows item( )
Returns a single tr object or collection of tr objects corresponding to the element matching the index value (or, optionally in IE, the index
javascript rows namedItem( )
Returns a single tr object or collection of tr objects corresponding to the element matching the parameter string value.
javascript rows tags( )
Returns a collection of row objects (among all objects within the current collection) with tags that match the tagName parameter.
javascript rows urns( )
The urns() method of rows is described in chapter: javascript all urns( )

Powered by Linode.