-2
A while ago I came across a plugin in jQuery in which I could move through Divs, menus, images... using the arrow keys on the keyboard.
I’ve searched a lot but I can’t find anything.
Someone there knows this or some plugin that does this work, or has some logic of how to do this?
Good example bro, I’m going to a study on it, thank you very much for your help.
– Patrique Alves
@Patriquealves I would use
keydown
instead ofkeyup
because the pressure response would be immediate.– Sam
Dude, thanks for the tip :D
– Patrique Alves