jquery代码 在IE9以下的IE7、8都不执行【jquery肯定路径是正确的】
<script type="text/javascript" src="../study_js/another/ft/js/jquery-1.6.4.min.js"></script><script>$(function(){alert(1)})</script>script ...更多关于IE7下jquery的$('的问题>>
Jquery在IE7下无法使用 $.ajax解决方法
2011年10月16日 - // implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available // This function can be overriden by calling jQuery...