Core Docs
|
Additional Modules Docs
Element.prototype.getNextSibling
@Description:
Finds the next sibling element of the element on which this is called
@File:
Element/prototype/getNextSibling.js
@Return:
Element A DOM element reference to the next sibling
@Example:
myElement.getNextSibling();