how to set tab order in jquery
Posted
by Martin Ongtangco
on Stack Overflow
See other posts from Stack Overflow
or by Martin Ongtangco
Published on 2010-05-24T03:09:09Z
Indexed on
2010/05/24
3:10 UTC
Read the original article
Hit count: 460
jQuery
Hello,
I'm using Telerik controls, specifically the numerical textbox where you can set a up-down arrow to increment/decrement values in a textbox. I am required to set the tab order to move to the next field but since there's a button on the up-down arrow, the browser will go through those buttons first then move to the next textbox field.
How do you set the jquery to detect the next visible textbox/dropdown/etc input field and move to that on pressing the tab button instead of running through the buttons near it?
© Stack Overflow or respective owner