Ajax调用适用于Chrome,但不适用于IE7 [英] Ajax call working fine with Chrome but not with IE7

查看:103
本文介绍了Ajax调用适用于Chrome,但不适用于IE7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Ajax调用无法在IE7中工作

请帮助

Ajax call not working in IE7
Please help

推荐答案





你能再解释一下你的问题吗?

据我所知,这可能是由于你使用的jquery版本。

试试这个:

Hi,

Could you please explain your question a bit more.
As far as I get it this can be due to the version of jquery you are using.
Try this:
<!--[if lt IE 9]>  
    <script src="jquery-1.9.0.js"></script>  
<![endif]-->  
<!--[if (gte IE 9) | (!IE)]><!-->  
    <script src="jquery-2.0.0.js"></script>  
<!--<![endif]-->





请检查你的jquery版本是IE7是否支持。



问候,

Praneet



And please check your version of jquery is supported by IE7 or not.

Regards,
Praneet


这篇关于Ajax调用适用于Chrome,但不适用于IE7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆