Global

Methods

"jQuery.fn.focusable"(options) → {jQuery}

jQuery collection plugin that implements aria-activedescendant keyboard navigation on given widgets
Parameters:
Name Type Description
options Object options
Properties
Name Type Description
findNegativeTabindex boolean will return elements with tabindex equal to -1 by default
findPositiveTabindex boolean will return elements with tabindex greater than 0 by default
Source:
Returns:
chainable jQuery class
Type
jQuery