In jQuery, how can I trigger the behavior of a user tabbing to the next input field?
I\'ve tried this:
var e = jQuery.Event(\"keydown\"); e.which = 9
There's a JQuery plugin available:
http://www.mathachew.com/sandbox/jquery-autotab/