Roger schrieb: > I know I can prevent the form submission, the issue here is that just > including the jquery.js in an existing page breaks a previously working > form. My problem is that I have a number of these forms all around in my > code and I have to go through each of them. > > Isn't there an easier way to tell jQuery not to submit the form when the > onclick handler returns false ?
Just to note: One could still submit the form by hitting enter, so it would be better to use the form's submit event anyway. -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
