jQuery 2.0将不再支持IE 6/7/8

jQuery官方发布了下一阶段jQuery的路线图,该路线图显示jQuery 1.8将在一个月内发布,而其他后续版本的计划如下:

  • jQuery 1.9 (early 2013): 该版本将移除所有在1.8版本中废弃的接口,其他一些可能做为插件或者可选API使用,将继续支持IE 6/7/8
  • jQuery 1.9.x (ongoing in 2013 and beyond): 该版本将持续修复1.9中出现的bug
  • jQuery 2.0 (early 2013, not long after 1.9): 该版本在API上兼容1.9版本,但不再支持IE 6/7/8

详细的说明请看官方博客:blog.jquery.com

文章出自:oschina

附原文:

The Road Ahead

jQuery 1.8 should arrive within a month. Here is our thinking about the next two versions of jQuery to follow it, and when they’ll arrive:

  • jQuery 1.9 (early 2013): We’ll remove many of the interfaces already deprecated in version 1.8; some of them will be available as plugins or alternative APIs supported by the jQuery project. IE 6/7/8 will be supported as today.
  • jQuery 1.9.x (ongoing in 2013 and beyond): This version will continue to get fixes for any regressions, new browser bugs, etc.
  • jQuery 2.0 (early 2013, not long after 1.9): This version will support the same APIs as jQuery 1.9 does, but removes support for IE 6/7/8 oddities such as borked event model, IE7 “attroperties”, HTML5 shims, etc.

Our goal is for 1.9 and 2.0 to be interchangeable as far as the API set they support. When 2.0 comes out, your decision on which version to choose should be as simple as this: If you need IE 6/7/8 support, choose 1.9; otherwise you can use either 1.9 or 2.0.

posted @ 2012-06-29 10:57  cssfirefly  阅读(869)  评论(0编辑  收藏  举报
foot