IE11 Windows ajax调用不起作用

我正在使用Windows 7,IE 11和Web服务器调度程序。 我的一些Ajax调用甚至没有进入后端,我没有在浏览器的网络标签中看到xhr请求。 任何帮助。

$ .ajax({cache:false,url:serverUrl,dataType:'json',type:'POST',contentType:'application / json',data:JSON.stringify(requestData),success:function(data){/ / do something},error:function(errorThrown){console.log(errorThrown);}});

链接地址: http://www.djcxy.com/p/96485.html

上一篇: IE11 Windows ajax calls not working

下一篇: How to get values from data: part in ajax call