mirror of
https://github.com/jquery/jquery.git
synced 2026-02-15 21:45:02 -05:00
Make sure that submit event is still bound for regular form submit events. Thanks to Mark Gibson for the fix suggestion.
This commit is contained in:
@@ -604,6 +604,9 @@ jQuery.event.special.submit = {
|
||||
return trigger( "submit", this, arguments );
|
||||
}
|
||||
});
|
||||
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user