isFocusable

jQuery.caph.focus.Util. isFocusable

Determines whether the given item is focusable or not.

(static) isFocusable(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