Dan G. Switzer, II wrote: > > I'll probably play around w/developing a plugin for this that will allow > you > to programmatically go between next/prev form fields. > Sounds good. BTW, I meant the tabIndex property, not tabOrder.
If you don't set tabIndex I believe it goes in HTML source order. That can be very strange when you're floating and creating positioned form elements on the fly, it won't match the top-bottom left-right order on the screen at all. Which is why I guess you're trying to fix it! -- View this message in context: http://www.nabble.com/Automatically-advancing-to-next-form-element...-tf2954992.html#a8271265 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
