urok93
urok93

Reputation: 549

JQuery focus on tab pressed

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

Answers (1)

Stephen
Stephen

Reputation: 8168

use event.preventDefault();

updatehttp://jsfiddle.net/kk4GN/7/

Upvotes: 1

Related Questions