[jQuery] jQuery 1.1a (form submit)
Wait, the whole point of this thread was that it works differently now.
Yes, the form.submit() function now fires when you call $().submit().
No, there isn't a way to turn it off.
Yes, that doesn't seem to make much sense because it will submit your form,
then call the validation function and ignore the result.
Yes, I would call that a bug.
The offending code is in event.js:
if ( element[ type ] && element[ type ].constructor == Function )
element[ type ]();
-----Original Message-----
From: Dave Methvin [mailto:dave.methvin@gmail.com]
Sent: Monday, January 08, 2007 8:47 AM
To: 'jQuery Discussion.'
Subject: RE: [jQuery] jQuery 1.1a (form submit)