Reusing XMLHttpRequest is possible in jQuery? in IE $.ajax on my computer is taking 1sec - 3 sec. only call of this function. In jquery code there is:
var xml = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest(); i suppose this is the problem. Please give me some suggestions.