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
1 changed files with 3 additions and 0 deletions
|
@ -604,6 +604,9 @@ jQuery.event.special.submit = {
|
||||||
return trigger( "submit", this, arguments );
|
return trigger( "submit", this, arguments );
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue