jQuery 1.7 正式版发布了,你可以通过jQuery CDN下载:
\r\n- \r\n
- http://code.jquery.com/jquery-1.7.js \r\n
- http://code.jquery.com/jquery-1.7.min.js \r\n
经过多个测试版本的预热,我们来回顾一下jQuery 1.7都有什么新特性:
\r\n- \r\n
- 新的事件 APIs: .on() and .off() \r\n
- 提升了事件委派时的性能,下图是1.6和1.7版本的性能比较 \r\n

更好的在IE 6/7/8上支持HTML5
\r\n- \r\n
- 切换动画更加直观 \r\n
- 匿名模块定义 AWD \r\n
- jQuery.Deferred \r\n
- jQuery.isNumeric() \r\n
被删除的方法:
\r\n- \r\n
- event.layerX and event.layerY \r\n
- jQuery.isNaN() \r\n
关于上述新特性的详细描述,请看官方发行说明:
\r\nhttp://blog.jquery.com/2011/11/03/jquery-1-7-released/
\r\n\n \n