jquery-keyboard-focus
Demo
Open index.html
, or see the jsFiddle demo.
Usage
Pass in the class you want to add when an element is focused by the keyboard to $.fn.keyboardFocus
.
To remove handlers, use offKeyboardFocus
.
;; // Or, if you have dynamic elements and want to apply your focus class to all// elements that match a given selector:$; // And, similarly, to remove keyboard focus handlers:$;
Installation
bower install jquery-keyboard-focus
or
npm install jquery-keyboard-focus
Include jquery.keyboard-focus.min.js
in your source.