0
How to make jQuery for a webpage keydown event. I want to create a webpage with up arrowkey need to act like tab key
Want to create webpage with up arrowkey need to act like tab key for navigating next tabs
1 Respuesta
+ 4
You can use the .keydown(function(){}); or you can use the .on('keydown', function(){});