jQuery 1.6.2 RC 1 发布
程序员文章站
2022-04-29 09:00:54
...
jQuery 1.6 .2 RC 1 发布了!
这个版本是个预览版本,发布这个版本的目的是希望开发者帮助测试应用程序,确保正式版发布时不存在任何重大问题。使用过程中如果有bug出现您可以点此提交。
jQuery是一款免费且开放源代码的JavaScript代码库,由John Resig创建。授权协议为GPL和MIT许可证双协议。
jQuery 1.6 .2 RC 1具体的改进如下:
属性
#9286: Using live submit on forms
#9298: $(elem).attr(eventName) not working properly in IE7
#9329: attr(“title”) issue in ie7
#9362: .attr(“value”) does not work for meter elements
#9468: $(‘form’).attr(‘class’) always return undefined in IE 6
#9499: removeClass will only remove the first instance of a class
Core
#9301: Setting data() via an object with hyphenated keys create inaccessible data.
#9368: jQuery.camelCase() defined in css.js, but used more widely
#9471: memory leak noticed when loading jquey.1.6.1.min.js included html pages in the iframe
Css
#7557: outerWidth()
#9237: .css() doesn’t work with relative values on hyphenated properties
Dimensions
#9300: outerWidth(true) issue
效果
#9220: Animation Callbacks fire AFTER the next queue function executes.
事件
#9285: custom trigger
Manipulation
#8950: (Chrome, Firefox) Second argument (event empty) in jQuery throws error while creating <input>
#9370: Compatibility Issue with jQuery 1.6 and IE6
支持
#9239: Version 1.6.0 breaks the background behavior on body element
#9440: v1.6.1 messes up layout in IE8
更多修复列表:http://blog.jquery.com/2011/06/14/jquery-162rc1-released/
下载地址:http://code.jquery.com/jquery-1.6.2rc1.js