I've been generally using JNSI to call this piece of jQuery code:

        var inputs = $(event.target).closest('form').find(':input:visible');
        inputs.eq( inputs.index(event.target)+ 1 ).focus();        

That seems to work for me.


On Monday, April 16, 2007 10:59:15 AM UTC-4, [email protected] wrote:
>
> Hi,
>
> i'm trying to set focus to the next focusable widget when pressing
> ENTER but i can't find any information on the subject.
>
> Am i going blind or is there really no way to do that ?
>
> Nicolas.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/3rC6AeMX4kQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to