Javascript Reference
Categories: childNodes

javascript childNodes length

@July 13, 2008, 6:16 a.m.
length Firefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM 1  
  Read-only  

Returns the number of nodes in the collection.

 
Example
 
var howMany = document.getElementById("myTable").attributes.length;
 
Value

Integer.


Powered by Linode.