Class: focusable

.fn.focusable

new focusable(options) → {jQuery}

Gets all focusable descendant elements for the first element in the set of matched elements
Parameters:
Name Type Description
options Object
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
Version:
  • 0.2.1
Source:
Returns:
chainable jQuery class
Type
jQuery