Skip to content

ianstalter/keyscroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyscroll

jquery-keyscroll

simple jquery plugin to add ability to scroll up and down with up and down arrow keys to a list, with highlights

basically create a list of any kind with inputs, and use the up and down arrow keys to scroll the list

and highlight and focus on the input boxes with class .view

example - use

$('ul#my-list').keyscroll();