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

问题描述

Ajax调用无法在IE7中工作

请帮助

Ajax call not working in IE7
Please help

推荐答案

<!--[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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 09:48