Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cakebaker/jquery-jknavigable

A jQuery plugin that allows you to navigate using the "j" and "k" keys
https://github.com/cakebaker/jquery-jknavigable

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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'});