Code
Results 1 - 10 of about 38,900. (0.09 seconds)
  1112:   return Try.these(
            function() {return new XMLHttpRequest()},
            function() {return new ActiveXObject('Msxml2.XMLHTTP')},
  1241:   var headers = {
            'X-Requested-With': 'XMLHttpRequest',
            'X-Prototype-Version': Prototype.Version,
github.com/jaredtse/example.git - Unknown - JavaScript
  1605: // If IE is used, create a wrapper for the XMLHttpRequest object
        if ( !window.XMLHttpRequest )
                XMLHttpRequest = function(){
                        return new ActiveXObject("Microsoft.XMLHTTP");
  1719:   // Set header so the called script knows that it's an XMLHttpRequest
          xml.setRequestHeader("X-Requested-With", "XMLHttpRequest");
github.com/JackDanger/jquery.git - Unknown - JavaScript - More from jquery.git »
    27: ... ne=false;var xhr=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();if(s.username)xhr.open(type,s.url,s.async,s. ...
    28: ... .url]||"Thu, 01 Jan 1970 00:00:00 GMT");xhr.setRequestHeader("X-Requested-With","XMLHttpRequest");xhr.setRequestHeader("Accept",s.dataType&&s. ...
  3259:   // 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
  3408:                         // Set header so the called script knows that it's an XMLHttpRequest
                                xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest");
        
github.com/spip/spip.git - GPL - JavaScript - More from spip.git »
    19: ... xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",ht ...
   112:   case 'XmlHttp' :
                  return new XMLHttpRequest() ;
          case 'DOMDocument' :
github.com/farra/consite.git - Mozilla - JavaScript - More from consite.git »
    28:         // Gecko / IE7
                if ( typeof(XMLHttpRequest) != 'undefined' )
                        return new XMLHttpRequest() ;
        
   626:   return Try.these(
            function() {return new XMLHttpRequest()},
            function() {return new ActiveXObject('Msxml2.XMLHTTP')},
   748:   var requestHeaders =
            ['X-Requested-With', 'XMLHttpRequest',
             'X-Prototype-Version', Prototype.Version,
   115:                 x = window.ActiveXObject ? g('Msxml2.XMLHTTP') || g('Microsoft.XMLHTTP') : new XMLHttpRequest();
        
    36:         // Gecko / IE7
                if ( typeof(XMLHttpRequest) != 'undefined' )
                        return new XMLHttpRequest() ;
        


Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code

©2009 Google - Privacy