om.DomNode.getNext
Returns the next sibling DOM node of this node.
Syntax
getNext()
RETURNS om.DomNode
Usage
The getNext()
method returns the next sibling DOM node following the current
node, within the children list of the parent node.
Returns the next sibling DOM node of this node.
getNext()
RETURNS om.DomNode
The getNext()
method returns the next sibling DOM node following the current
node, within the children list of the parent node.