Javascript Reference
Categories: children

javascript children item( )

@March 15, 2008, 1:22 a.m.
item( )Firefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

item(index)

  

Returns an element object corresponding to the element matching the index value in source code order.

 
Parameters
 
index

A zero-based integer corresponding to the specified item in source code order (nested within the current element).

 
Returned Value

Reference to an element object. If there is no matches to the parameter, the returned value is null.


Powered by Linode.