Skip to content

Commit

Permalink
v2.69 - honor default success callback
Browse files Browse the repository at this point in the history
  • Loading branch information
malsup committed Apr 6, 2011
1 parent 82f97c8 commit 3e90599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jquery.form.js
@@ -1,6 +1,6 @@
/*!
* jQuery Form Plugin
* version: 2.68 (05-APR-2011)
* version: 2.69 (06-APR-2011)
* @requires jQuery v1.3.2 or later
*
* Examples and documentation at: http://malsup.com/jquery/form/
Expand Down Expand Up @@ -64,6 +64,7 @@ $.fn.ajaxSubmit = function(options) {

options = $.extend(true, {
url: url,
success: $.ajaxSettings.success,
type: this[0].getAttribute('method') || 'GET', // IE7 massage (see issue 57)
iframeSrc: /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank'
}, options);
Expand Down

0 comments on commit 3e90599

Please sign in to comment.