getLeft( element )
Â
This function finds and returns an input element to the left of the given element. Â If no element is found, null is returned.
Parameters:
element - the starting element
Example:
var previousElement = getLeft(someElement);
Â
Â
This function finds and returns an input element to the left of the given element. Â If no element is found, null is returned.
Parameters:
element - the starting element
Example:
var previousElement = getLeft(someElement);
Â