Alter text field focus order with jQuery
- by Akinator
Hi,
I was wondering, if I have text fields displayed so, could I alter the order in which the focus using javascript (preferably jQuery).
See this example here.
What I mean that when you tab around them, instead on going "one, two, three, four, five" force them to go: "one, two, four, three, five".
Thanks in advance!!
EDIT: Thanks to all, I didn´t know it was possible with HTML only. Of course if this is the case I´ll go with that.
BTW Thanks to all your answers!!! (I`ll upvote the complete ones) but will accept the first one.