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.