I have a bog-standard login form - an email text field, a password field and a submit button on an AIR project that\'s using HTML/jQuery. When I hit Enter on the form, the
I use now
$("form").submit(function(event){ ... }
At first I added an eventhandler to the submit button which produced an error for me.