I\'m using the jQuery Validate plugin on my demo page and for some reason the Submit button doesn\'t work in Google Chrome. I suspect it has to do with the Autofill feature
With this line you have overridden the form's "submit" function and replaced it with a button.
form.submit = this button. Not an event handler.
Fix: name the button something else.