jQuery.tabbable
Simple utility for selecting the next / previous 'tabbable' element. Includes and uses the ':tabbable' and ':focusable' selectors from jQuery UI Core.
Demo
View the jsFiddle demo.
Methods
jQuery.tabbable adds the following methods.
jQuery.tabNext();
jQuery.tabPrev();
jQuery.focusNext();
jQuery.focusPrev();
Selectors
jQuery.tabbable adds following selectors (which come from jQuery UI Core):
$(':tabbable');
$(':focusable');
Installation
bower install jQuery.tabbable --save
or npm install jquery.tabbable --save
- Include
jquery.tabbable.min.js