Dave, I'm actually looking at it for several uses:
* The autocomplete function I'm using doesn't correctly "tab" to the next field if you use the [TAB] key when selecting an option from the keyboard * Implementing autotabbing to the next field when a certain number of characters have been typed in I'll probably play around w/developing a plugin for this that will allow you to programmatically go between next/prev form fields. -Dan >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >Behalf Of Dave Methvin >Sent: Wednesday, January 10, 2007 5:42 PM >To: 'jQuery Discussion.' >Subject: Re: [jQuery] Automatically advancing to next form element... > >> Does anyone have code that will automatically advance the >> focus the next form element in the DOM and if it's the last >> form element, cycle to the first form field again? > >Have you looked at setting tabOrder on the fields? That doesn't require any >Javascript at all. Or were you looking to have Enter or some other key >advance fields? Even in that case it might be useful to use tabOrder to >decide which field goes next. > > > >_______________________________________________ >jQuery mailing list >[email protected] >http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
