Skip to content

Commit aa98e3c

Browse files
committed
Add default for requestFormat
1 parent bce82c8 commit aa98e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jquery.form.js

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
url : url,
171171
success : $.ajaxSettings.success,
172172
type : method || $.ajaxSettings.type,
173+
requestFormat: 'form',
173174
iframeSrc : /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank' // eslint-disable-line no-script-url
174175
}, options);
175176

0 commit comments

Comments
 (0)