bindFocusableEvent

jQuery.caph.focus.Util. bindFocusableEvent

Attaches focusable events (such as focused, blurred and selected) handler to the given element.

(static) bindFocusableEvent(item, callback) → {jQuery.caph.focus.Util}

Parameters:
Name Type Description
item DOMElement | jQuery

The target object.

callback function

An event handler.

Returns:
Type
jQuery.caph.focus.Util