jQuery ajax 在调用Java 接口的时候,IE8/9失效,其他浏览器都正常运行。请问这是什么原因呢 40
<scripttype="text/javascript">$(function(){$.ajax({type:"post",dataType:"json",url:Li...
<script type="text/javascript">
$(function(){
$.ajax({
type:"post",
dataType:"json",
url:Link.url + "notice/noticeInitQryList.do",
async:false,
success:function(data){
alert("成功");
},
error:function(){
alert("错误");
}
});
})
</script> 展开
$(function(){
$.ajax({
type:"post",
dataType:"json",
url:Link.url + "notice/noticeInitQryList.do",
async:false,
success:function(data){
alert("成功");
},
error:function(){
alert("错误");
}
});
})
</script> 展开
2个回答
展开全部
你看一下浏览器控制台看有没有报错
更多追问追答
追问
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
追答
这个只是个警告,应该没什么关系的吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询