Removes the focusable element of the given name. In normal case, this method is called internally only. But, if you use this method directly, don't forget to unbind all focusable related events.
(static) $$remove(target) → {DOMElement}
Parameters:
Name | Type | Description |
---|---|---|
target |
string | DOMElement | jQuery | The focusable element name to be removed. If target is not a string, gets the focusable element name from the given element. |
Returns:
- Type
- DOMElement
Example
$.caph.focus.nearestFocusableFinderProvider.getInstance().$$remove('focusable-0');