Hey all.

I have a table being returned from an AJAX call that has input fields,
1 in each row. I want to give focus to the next element (next row)
when the user hits "enter" key.

Basically, the user is going to be in the first field and can either
change the value of that field *or* simply move to the next field. The
"tab" key has this functionality by default, what I want to do is
mimic the tab key when the enter key is pressed.

Any ideas?

Reply via email to