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 bce82c8 commit aa98e3cCopy full SHA for aa98e3c
src/jquery.form.js
@@ -170,6 +170,7 @@
170
url : url,
171
success : $.ajaxSettings.success,
172
type : method || $.ajaxSettings.type,
173
+ requestFormat: 'form',
174
iframeSrc : /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank' // eslint-disable-line no-script-url
175
}, options);
176
0 commit comments