X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fajax%2Fajax.js;h=87fe73b943dc232769173bd7afc13526f7e3228b;hb=5ebd5f604ac90dae6381f59cfa637621faabf932;hp=2ad93315d2dfc28dbd947e0579a796470fd27c7d;hpb=34355cd6986d5939dc711c531263cb561cba5f24;p=jquery.git diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js index 2ad9331..87fe73b 100644 --- a/src/ajax/ajax.js +++ b/src/ajax/ajax.js @@ -55,7 +55,7 @@ jQuery.fn.extend({ // If the second parameter was provided if ( params ) // If it's a function - if ( jQuery.isFunction( params.constructor ) ) { + if ( jQuery.isFunction( params ) ) { // We assume that it's the callback callback = params; params = null; @@ -457,7 +457,8 @@ jQuery.extend({ timeout: 0, contentType: "application/x-www-form-urlencoded", processData: true, - async: true + async: true, + data: null }, // Last-Modified header cache for next request