Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 179 Bytes

readme.md

File metadata and controls

executable file
·
12 lines (8 loc) · 179 Bytes

Navigate

Simple jQuery plugin to navigate to elements with keyboard keys

Usage

$(window).on('load', function (e) { $('img').navigate({ speed : 300 }); })