jQuery 1.6.2 is now out! This is the second minor release on top of jQuery 1.6 and lands a number of fixes for bugs.
As usual, two copies of jQuery, one minified and one uncompressed (for debugging or reading).
- jQuery Minified (for production)
- jQuery Regular (for development and testing)
Attributes
- #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
Dimensions
- #9300: outerWidth(true) issue
Effects
- #9220: Animation Callbacks fire AFTER the next queue function executes.
- #9678: setInterval cleared by animation
Event
- #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
No comments:
Post a Comment