$$get

jQuery.caph.focus.nearestFocusableFinderProvider.nearestFocusableFinder. $$get

Gets the focusable element of the given name.

(static) $$get(name) → {DOMElement}

Parameters:
Name Type Description
name string

The focusable element name.

Returns:
Type
DOMElement
Example
$.caph.focus.nearestFocusableFinderProvider.getInstance().$$get('focusable-0');