Reputation: 549
Hi I am trying to make an input field focused when tab is pressed on another input field, but it's not working, anyone can tell me why?
Here is the code I'm using:
http://jsfiddle.net/kk4GN/4/
Upvotes: 0
Views: 2477
Reputation: 8168
use event.preventDefault();
event.preventDefault();
update — http://jsfiddle.net/kk4GN/7/
Upvotes: 1