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 childNodes urns( )

The urns() method of childNodes is described in chapter: javascript all urns( )

javascript childNodes item( )

Returns a single Node object corresponding to the element matching the index value.

javascript childNodes length

Returns the number of nodes in the collection. var howMany = document.getElementById("myTable").attributes.length;

javascript childNodes Description

The object returned by the childNodes property of several W3C DOM objects is a collection (array) of references to Node objects that are immedia

javascript checkbox tabIndex

This is a number that indicates the sequence of this checkbox element within the tabbing order of all focusable elements in the document.

javascript checkbox recordNumber

Used with IE data binding, returns an integer representing the record within the data set that generated the element (i.e., an element whose content

javascript checkbox focus( )

Gives focus from the current checkbox object, at which time the checkbox object's onfocus event fires. Note that the range of elements capable of focu

javascript checkbox disabled

Specifies whether the element is available for user interaction. When set to true , the element cannot receive focus or be modified by the user, an

javascript checkbox blur( )

Removes focus from the current checkbox object, at which time the checkbox object's onblur event fires

javascript checkbox accessKey

This is single character key that either gives focus to an checkbox element (in some browsers) or activates a form control or link action.

javascript checkbox Description

See input (type="checkbox").

javascript CharacterData Description

The description of CharacterData is the same as TEXT

javascript CENTER Description

The center object reflects the center element. The W3C DOM does not support the deprecated HTML 4 center element. For backward compatibility,

javascript cells urns( )

The urns() method of cells is described in chapter: javascript all urns( )