Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This library provides DHTML keyboard accessibility without requiring you to implement a whole model for widgets. While it doesn't solve all your accessibility needs, it's designed to work with lots of different types of markup and be consistent with the jQuery approach. Here's a quick summary of the API:

download jQuery.keyboard-a11y

Keyboard A11y API

Code Block
jQuery().tabbable()

...

  • Provides cross-browser support and normalization for getting, setting, and evaluating the presence of the "tabindex" attribute.
  • More information about browser incompatibilities can be found in Simon Bates' recent Fluid blog post

download jQuery.tabIndex plugin

TabIndex API

Code Block
jQuery().tabindex()

...