📜 ⬆️ ⬇️

Jquery 1.6.2 released

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 exploring).

Feel free to include the above URLs directly to your website and get all the benefits of fast loading jQuery.
')
Changelog version 1.6.2:

Attributes

# 9286: Fixed using 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 the meter element
# 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 inaccessibility of data.
# 9368: The jQuery.camelCase () function is defined in css.js, but has been used in other components (transferred to the kernel).
# 9471: memory leaks 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 specifying a unit of measurement (for example, '+ = 2px')

Markup

# 9300: outerWidth (true) fixed

Effects

# 9220: Callback animations were called after the next function in the queue is executed
# 9678: setInterval stopped by animations

Developments

# 9285: fixed work with non-standard triggers

Manipulation

# 8950: (Chrome, Firefox) second argument (with an empty event) in jQuery caused an error when creating # 9370: compatibility issues with jQuery 1.6 and IE6 fixed

Support

# 9239: in version 1.6.0, the background markup of the body element was distorted
# 9440: v1.6.1 distorted markup in IE8

Thank you ertaquo for help in translating.

Source: https://habr.com/ru/post/123337/


All Articles