Javascript Reference
Categories: rows

javascript rows tags( )

@July 12, 2008, 5:15 a.m.
tags( ) Firefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

tags(tagName)

  

Returns a collection of row objects (among all objects within the current collection) with tags that match the tagName parameter. Redundant here, because all elements have the same tr tag.

 
Parameters
 
  • This involves a string of the all-uppercase version of the element tag, for example, document.getElementById("myTable").rows.tags("tr").
 
Returned Value

A collection (array) of objects. If there are no matches to the parameters, the returned value is an array of zero length.


Powered by Linode.