Jquery 1.6.2 came out
Translation from the official blog
JQuery 1.6.2 is finally out! This is the second update release for jQuery 1.6.
As usual, we offer two versions of jQuery, compressed and uncompressed (for debugging or learning).
You can safely include the above URLs directly to your site and get all the benefits of fast loading jQuery.
List of changes of version 1.6.2:
Attributes
# 9286: Fixed the use of live () with 'submit'
# 9298: $ (elem) .attr (eventName) did not work properly in IE7
# 9329: .attr (“title”) did not work properly in IE7
# 9362:. attr (“value”) did not work for element meter
# 9468: $ ('form'). attr ('class') always returned 'undefined' in IE 6
# 9499: .removeClass () deleted only the first instance of the class
Core
# 9301: Setting data () through an object with keys through a hyphen created data inaccessibility.
# 9368: jQuery.camelCase () function is defined in css.js, but was used in other components (ported to the kernel).
# 9471: memory leak when loading jquey.1.6.1.min.js, including HTML pages in IFRAME
CSS
# 7557: fixed outerWidth ()
# 9237: .css () did not work with relative values on properties, while indicating the unit of measure (for example, '+ = 2px')
Markup
# 9300: outerWidth (true) fixed
Effects
# 9220: callback animations were called after the next function in the queue was
executed # 9678: setInterval was stopped by animations
Events
# 9285: fixed work with non-standard triggers
Manipulation
# 8950: (Chrome, Firefox) the second argument (with an empty event) in JQuery caused an error while creating # 9370: fixed compatibility issues with JQuery 1.6 and IE6
Support
# 9239: in version 1.6.0 the layout of the body element was distorted
# 9440: v1.6.1 distorted the layout in IE8