Hi,

I'm trying to change the enter event to a tab event. I know there are
solutions out there that will do that but my form is a little bit
complex in that it has fields that are not visible and this is done
dynamically. I've tried some solutions (e.g. enter2tab plugin) but
they don't seem to work so I was trying to hand code it myself. The
bit that I am stuck on is how to invoke a tab event. I can't seem to
get that to work. Can anyone help?

I'm trying to invoke a tab key using:

$j(this).trigger("keypress", [{keyCode:9}]);

but it doesn't seem to work.

Thanks

Reply via email to