刚在jQuery的官网上看到发展规划,jQuery从2.0起将不再支持IE6/7/8了,具体的声明如下:
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.
不知道是好事还是坏事,一方面这加速了IE老版本的淘汰,可另一方面,对开发人员来讲,以后开发会更麻烦,毕竟IE系列在国内还有相当高的市场份额,要使用大量的 <!--[if lt IE 9]>...<![endif]--> 标签了。