Node.nextSibling (Property)

An HTML element at the same level within the document hierarchy.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 5.0
Internet Explorer - 5.0
Netscape - 6.0
Property/method value type:Node object
JavaScript syntax:-myNode.nextSibling

See also:Element.nextSibling, Node object