Skip to content

A jQuery plugin that allows you to navigate using the "j" and "k" keys

Notifications You must be signed in to change notification settings

cakebaker/jquery-jknavigable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A simple jQuery plugin allowing you to navigate using the "j" and "k" keys like on http://www.boston.com/bigpicture/.

Example for enabling j/k navigation for posts on a blog:

$('.post').jknavigable();

By default the class "active" is added to the active element, though this can be changed with:

$('.post').jknavigable({'activeClass': 'someClass'});

About

A jQuery plugin that allows you to navigate using the "j" and "k" keys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published