Javascript Reference
Objects > children
javascript children Description
A collection of all elements contained in the current element. Note that unlike the childNodes collection, children counts only elements and not
javascript children children[ ]
Returns an array of all first-level HTML element objects contained by the current element. This collection differs from the all[ ] collection
javascript children length
Returns the number of elements in the collection of children.
javascript children item( )
Returns an element object corresponding to the element matching the index value in source code order.
javascript children namedItem( )
Returns an element object or collection of objects corresponding to the element matching the parameter string value.
javascript children tags( )
Returns a collection of objects (among all objects nested within the current collection) whose tags match the tagName parameter. Implemented in al
javascript children urns( )
The urns() method of children is described in chapter: javascript all urns( )

Powered by Linode.