The DomNode class / om.DomNode methods |
Returns previous sibling DOM node of this node.
getPrevious() RETURNING result om.DomNode
The getPrevious() method returns the previous sibling DOM node preceding the current node, withing the children list of the parent node.