> 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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to