jQuery 1.11.1 RC1 和 2.1.1 RC1 发布了,下载地址:
http://code.jquery.com/jquery-1.11.1-rc1.js
http://code.jquery.com/jquery-2.1.1-rc1.js
这两个版本主要是 bug 的修复。
Common to jQuery 1.11.1 RC1 and 2.1.1 RC1
Ajax
Attributes
Build
Core
#14179: $.isNumeric returns true if argument is an array that contains one integer
#14802: User defined onready function on the window is triggered when jQuery is present on the page
#14785: Broken again when transforming XHTML to XHTML (creating XML-DOM) via clientside XSLT
#14882: document.ready doesn’t fire in iOS7 for jQuery loaded after window load event fires
Css
#14750: $.show() after $.hide() sometimes does not restore the correct display style
#14888: Add flexbox properties to jQuery.cssNumber to avoid adding “px”
#15016: Chrome 34 returns ‘auto’ via getComputedStyle when ‘widows’ property is set to 0
Dimensions
Event
Misc
jQuery 1.11.1 RC1
Css
#14731: Checking .css(‘marginRight’) after width() can give incorrect results
#14759: IE8 element.css({ font: ‘bold 11px/14px Lucida Grande’ }) doesn’t work
mark!
马克