jquery ajax: File size optimization for compressed code.
This commit is contained in:
parent
0eaead0b91
commit
ddec4fdc34
|
@ -143,13 +143,15 @@ jQuery.extend({
|
||||||
url: location.href,
|
url: location.href,
|
||||||
global: true,
|
global: true,
|
||||||
type: "GET",
|
type: "GET",
|
||||||
timeout: 0,
|
|
||||||
contentType: "application/x-www-form-urlencoded",
|
contentType: "application/x-www-form-urlencoded",
|
||||||
processData: true,
|
processData: true,
|
||||||
async: true,
|
async: true,
|
||||||
|
/*
|
||||||
|
timeout: 0,
|
||||||
data: null,
|
data: null,
|
||||||
username: null,
|
username: null,
|
||||||
password: null,
|
password: null,
|
||||||
|
*/
|
||||||
// Create the request object; Microsoft failed to properly
|
// Create the request object; Microsoft failed to properly
|
||||||
// implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available
|
// implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available
|
||||||
// This function can be overriden by calling jQuery.ajaxSetup
|
// This function can be overriden by calling jQuery.ajaxSetup
|
||||||
|
|
Loading…
Reference in a new issue