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