How to make jQuery for a webpage keydown event. I want to create a webpage with up arrowkey need to act like tab key | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

18th Mar 2020, 6:39 AM
Guess Me
Guess Me - avatar
1 Answer
+ 4
You can use the .keydown(function(){}); or you can use the .on('keydown', function(){});
18th Mar 2020, 7:03 AM
Raj Chhatrala
Raj Chhatrala - avatar