isVisible

caph.focus.FocusUtil. isVisible

Determines whether the given item is DOM element or not.

(static) isVisible(item) → {boolean}

Parameters:
Name Type Description
item DOMElement | jQuery

The target object. If target object is an instance of jQuery, determines with the first element in the set of matched elements.

Returns:
Type
boolean