X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fajax.js;h=9e30eef1e582d5564c3527a3449b18f4f8fab0bb;hb=ddec4fdc3408e538b88d17636986280c59a75160;hp=c255dfebaaeafb6247a13e29eb2d1d4453b57722;hpb=0eaead0b919bf173b917cf874f953570ccd1a536;p=jquery.git diff --git a/src/ajax.js b/src/ajax.js index c255dfe..9e30eef 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -143,13 +143,15 @@ jQuery.extend({ url: location.href, global: true, type: "GET", - timeout: 0, contentType: "application/x-www-form-urlencoded", processData: true, async: true, + /* + timeout: 0, data: null, username: null, password: null, + */ // Create the request object; Microsoft failed to properly // implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available // This function can be overriden by calling jQuery.ajaxSetup