mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00: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:
parent
d6d5ed4c68
commit
5a0ac24e35
@ -604,6 +604,9 @@ jQuery.event.special.submit = {
|
|||||||
return trigger( "submit", this, arguments );
|
return trigger( "submit", this, arguments );
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user