jQuery 1.11.1 and 2.1.1 Released
Ah, the air is sweet with the scent of spring and new jQuery 1.11.1 and 2.1.1 are in bloom. These are minor patch releases and shouldn’t pose any major compatibility issues. Throw a Cinco de Mayo party and have your friends come over to test. If you dig up a problem, let us know at bugs.jquery.com, and be sure to provide a simple test case using jsfiddle.net or jsbin.com to demonstrate the problem.
You can include these files directly from the jQuery CDN if you like, or copy them to your own local server. The 1.x branch includes support for IE 6/7/8 and the 2.x branch does not.
http://code.jquery.com/jquery-1.11.1.js
http://code.jquery.com/jquery-2.1.1.js
The Google and Microsoft CDNs will be getting their copies today just like you did, so please give them a few days to post the files and don’t be impatient. If you’re anxious to get a quick start, just use the files on our CDN until they have a chance to post.
Minified files (for production use) and map files (for debugging) are also available. If you want to use the map file for debugging the minified code, copy the minified file and add a //# sourceMappingURL
comment to the end of the file.
http://code.jquery.com/jquery-1.11.1.min.js
http://code.jquery.com/jquery-1.11.1.min.map
http://code.jquery.com/jquery-2.1.1.min.js
http://code.jquery.com/jquery-2.1.1.min.map
Many thanks to all of you who participated in this release by testing, reporting bugs, or submitting patches, including Benjy Cui, Christian Kosmowski, Jason Frank, Julian Aubourg, Jens Simon, John Hoven, John Madhavan-Reese, Jonathan Sampson, Jörn Zaefferer, Leo Balter, Louis-Rémi Babé, Michał Gołębiowski, Oleg Gaidarenko, Philip Jägenstedt, R.G. Otten, Rhys Evans, Richard Gibson, Rick Waldron, Rob Graeber, Rodrigo Rosas, Roman Reiß, S. Andrew Sheppard, Scott González, and Timmy Willison.
Here are the changes since the last official releases (1.11.0 and 2.1.0):
Common to jQuery 1.11.1 and 2.1.1
Ajax
Attributes
Build
- #14798: Define bower.json#main for all tags
- #14859: Custom Build: custom AMD name doesn’t work
- #14917: 1.8.3+1 missing jquery.js
- #15020: npm install from git master fails
Core
- #14179: $.isNumeric returns true if argument is an array that contains one integer
- #14687: note on AMD best practices
- #14785: Broken again when transforming XHTML to XHTML (creating XML-DOM) via clientside XSLT
- #14802: User defined onready function on the window is triggered when jQuery is present on the page
- #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
- #14792: Inconsistent .css(‘font-weight’) return values
- #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
Data
Dimensions
Effects
Event
- #13997: stopImmediatePropagation doesn’t stop DOM added event listeners
- #14741: Improve compatibility with Pointer Events
- #14791: Triggering beforeunload throws exception
Misc
jQuery 2.1.1
Ajax
Attributes
Core
- #14746: Remove special case try/catch in isPlainObject
- #14794: String.prototype.trim doesn’t trim Unicode whitespaces in Android <4.1
Css
Event
Manipulation
Selector
Support
jQuery 1.11.1
Css
- #14731: Checking .css(‘marginRight’) after width() can give incorrect results
- #14759: IE8 element.css({ font: ‘bold 11px/14px Lucida Grande’ }) doesn’t work
No comments yet? C’mon people, show some love!
Thanks guys!!!
Good job~
jQuery’s guys deserve at least half of our salary
Thanks!
I was waiting for this release
Thank you, it’s appreciated.
bower still isn’t updating to 2.1.1 tho.
yes,Its very good. ????????????
Great job done people!!
Thank you for the hard work which made my life easier.
there is a bug i guess,when i use the version 1.11,i found that the selector is err,it return ‘undefined’.my broswer is ie8.
exp:
var foovalue = $(‘input:hidden[name=fooname]’).val();
but
var foovalue = $(‘input[type=hidden][name=fooname]’).val();
is true
Wait for Google CDN
Yet to be able using it, but hope more on it
Good job
Thank you so much for taking the pain out of javascript. I love jQuery, it just keeps getting better!
wow!!
sourceMappingUrl needs to be sourceMappingURL to work in Chrome. The Download page has it correct.
Hi.very good tanks
very good
That’s amazing! I’ve been using it for long time and it saved lots of money and time while creating web sites. I wish I could help you in anyway to contribute with this great library and keep the good work.
Hi and thanks for your job.
I have a problem; when opened a new ticket the track system responce :
“TICKET_CREATE privileges are required to perform this operation”
Why?
Thanks
Most of my users are on IE8, but I’ve been instructed to develop for IE9 as we will be upgrading in the near future. I’m worried using the 2.x branch, users that have not been upgraded yet will have a poor experience. Is there a way I can utilize both the 1.11.x and 2.x libraries?
Franck: did you create an account & logged in to it first?
K.doubleU: you can use conditional comments to load jQuery 1 in IE8 but I’d just use jQuery 1 as long as you need to support IE8, it’s safer.
The Google AJAX and ASP.NET CDNs still do not have the updated version. Only one is cloudflare at cdnjs.com!
@t3g: google CDN is live: http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
When 1.11.1 will be released as Nuget-package?
If this works, you guys are fuckin awesome !!!!!!
Why is this not yet available on NuGet?
Why are you asking here?
thanks this isgood
I just used Jquery for the first time and I was impressed,and I’m glad a new version is available,great Job