首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
jQuery 2.0 Beta 2 发布,不支持 IE 6/7/8
2013年3月9日 17:38 | 阅读 1823 次

jQuery 官方宣布 jQuery 2.0 的第二个 Beta 版本发布了,官方再次强调该版本不支持 IE 6/7/8. 如果要支持这三个版本请使用 jQuery 1.9.x

可使用如下代码来兼容:

<!--[if lt IE 9]>
    <script src="jquery-1.9.1.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
    <script src="jquery-2.0.0b2.js"></script>
<!--<![endif]-->

下载 jquery 2.0 Beta2 http://code.jquery.com/jquery-2.0.0b2.js

完整改进内容请看官方发行说明:

http://blog.jquery.com/2013/03/01/jquery-2-0-beta-2-released/

(文/开源中国)    




评论 (0)
游客请输入验证码
最新评论
0
0
收藏