[jQuery] how do tab(next field) on press enter ?
how do tab on press enter in jquery ?
witch function i need wear?
i do this:
$("form.auto-tab")
.keypress(function(){
alert('test');
// this i need event field and comparate ascii
code = 13 and next input, but i do know made it =/
});
thanks.