, , VS 2008 JS intellisense:
jQuery , JS, :
'XmlHttpRequest undefined' :
return window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest();
, JS intellisense jQuery ( , , ). window.ActiveXObject null , " XMLHttpRequest()", .
, , IE, . :
xhr: function()
{
var objXhr = { open: function() { },
setRequestHeader: function() { }
};
return window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : objXhr;
},
intellisense .