2690: // Create the request object; Microsoft failed to properly 2691: // implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available 2692: var xhr = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest(); 2693:
2712: // Set header so the called script knows that it's an XMLHttpRequest 2713: xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest");
120: ... ontentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:z.XMLHttpRequest&&(z.location.protocol!=="file:"||!z.ActiveXObj ...
125: ... l]&&w.setRequestHeader("If-None-Match",c.etag[e.url])}s||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",
1112: return Try.these( 1113: function() {return new XMLHttpRequest()}, 1114: function() {return new ActiveXObject('Msxml2.XMLHTTP')},
1241: var headers = { 1242: 'X-Requested-With': 'XMLHttpRequest', 1243: 'X-Prototype-Version': Prototype.Version,
3378: // Create the request object; Microsoft failed to properly 3379: // implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available 3380: // This function can be overriden by calling jQuery.ajaxSetup
3530: // Set header so the called script knows that it's an XMLHttpRequest 3531: xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest"); 3532:
28: ... lugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925)); 29: },trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?((document.querySelectorAll)?6:5):4);},webkit ...
31: ... ;};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML ...
326: ... ents:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, applicati ...
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code
©2010 Google - Privacy