We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3860b commit aff16f4Copy full SHA for aff16f4
jquery.form.js
@@ -764,7 +764,7 @@ function captureSubmittingElement(e) {
764
/*jshint validthis:true */
765
var target = e.target;
766
var $el = $(target);
767
- if (!($el.is("[type=submit],input:image"))) {
+ if (!($el.is("[type=submit],[type=image]"))) {
768
// is this a child element of the submit el? (ex: a span within a button)
769
var t = $el.closest('[type=submit]');
770
if (t.length === 0) {
0 commit comments