Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 576 Bytes

jfocus

jfocus is a jquery plugin that enables keyboard navigation on your web-app. After a simple initialization, you can start moving through elements with only keyboard strokes.

Features

  • Select the focusable elements on your page
  • Define the navigation and action keyboard strokes
  • Define the order of navigation on you items
  • Create custom handlers for various events (e.g. new_focused_item, focused_item_selected etc.)
  • Dynamically add, remove, enable or disable specific items
  • Toggle circular navigation (moving from last item back to first item)