Skip to content
/ keynav Public

jQuery extension for keyboard navigation (up/down on the page)

Notifications You must be signed in to change notification settings

lessan/keynav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery keynav extension

Description:

jQuery extension for keyboard navigation (up/down on the page)

Example uses are:

  • rows in a table
  • menu items
  • fieldsets in a form

This extension will, when applied to a set of elements, map their vertical position on the page. Then, when you press the UP and DOWN arrow keys, it will set a focused class and optionally trigger the focus event on the next of the mapped elements, in the order they were mapped. You can update the mapping at any time (e.g. when you add new elements to the DOM).

License:

Released to the public domain: The Unlicense

About

jQuery extension for keyboard navigation (up/down on the page)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published