Core Docs | Additional Modules Docs

Element.prototype.getPreviousSibling


@Description: Finds the previous sibling element of the element on which this is called
@File: Element/prototype/getPreviousSibling.js
@Return: Element A DOM element reference to the previous sibling
@Example:
myElement.getPreviousSibling();