Skip to content

Simple jQuery plugin that allows users to navigate between elements on a page with keyboards shortcuts.

Notifications You must be signed in to change notification settings

r00ster/keyboard_navigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Keboard Navigator

Simple jQuery plugin that allows users to navigate between elements on a page with keyboard shortcuts.

Requirements (included)

  • jQuery

Instructions

After you have included jQuery in your page use the following lines of JavaScript:

<script>     
$(function() {
    $.keyboardNavigator('h1');
});      
</script>    

The above-mentioned script will allow you to jump back and forth on a page from one 'h1' element to the next.

Example

View the index.html file for an example.

About

Simple jQuery plugin that allows users to navigate between elements on a page with keyboards shortcuts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published