Javascript Reference
Objects > all
javascript all Description
A collection of elements nested within the current element. A reference to document.all , for example, returns a collection (array) of all element
javascript all all[ ]
Returns an array of all HTML element objects contained by the current element. Items in this array are indexed (zero-based) in source code order
javascript all length
Returns the number of elements in the collection of all.
javascript all item( )
Returns a single object or collection of objects corresponding to the element matching the index value (or, optionally, the index and subindex v
javascript all namedItem( )
Returns a single object or collection of objects corresponding to the element matching the parameter string value.
javascript all tags( )
Returns a collection of objects (among all objects nested within the current element) whose tags match the tagName parameter.
javascript all urns( )
Returns a collection of nested element objects that have behaviors attached to them and whose URNs match the URN parameter.

Powered by Linode.