jQuery 2.2 and 1.12 Released

Posted on by

To usher in the new year, the jQuery team has been hard at work on 2 new releases: jQuery 1.12.0 and 2.2.0! These releases include lots of bug fixes and improvements to make your cross-browser development experience better. We anticipate this to be the last releases for the 1.x and 2.x branches before we release … Continue reading

Esprima 2.1 Released

Posted on by

We’ve just released Esprima 2.1.0! This release introduces support for several new pieces of ES6 syntax: Classes, Rest Parameters, Computed Property Names, let and const. See the release notes below for full details. We’ve also made various improvements to our testing infrastructure to make the codebase more contributor friendly. A big thank you to all … Continue reading

jQuery 1.11.0/2.1.0 Beta 3 Released

Posted on by

Put down the egg nog and get ready to test. The latest (and most likely last) betas of jQuery 1.11 and 2.1 are now submitted for your inspection and approval. You can get them here: http://code.jquery.com/jquery-1.11.0-beta3.js http://code.jquery.com/jquery-2.1.0-beta3.js We know you’ve got a few days off over the holidays, so give us a big present and … Continue reading

jQuery 1.7 RC1 Released

Posted on by

The team is getting closer to jQuery 1.7, and today we’re putting out a release candidate. The full list of fixes and features can be found below. We urge everyone to start testing this code in their applications, so we can make sure that there are no major problems before the final release. Testing couldn’t … Continue reading

jQuery 1.6.1 Released

Posted on by

We’re pleased to announce the first update to jQuery 1.6! You can get the code from the jQuery CDN: jQuery 1.6.1 Minified and Gzipped (Use in production) jQuery 1.6.1 Uncompressed (Use for testing) Additionally you can also load the URLs directly from Microsoft and Google’s CDNs: Microsoft CDN: http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js Google CDN: https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js You can help … Continue reading

jQuery 1.5 RC 1 Released

Posted on by

We’re nearing the final release of jQuery 1.5 – and we’re pleased to announce the release of the first release candidate! Barring any major bugs this should be the code that we end up shipping for jQuery 1.5 (which will be happening on January 31st). The final release notes and documentation will be coming with … Continue reading

jQuery 1.5 Beta 1 Released

Posted on by

Happy 5th Birthday to jQuery! jQuery was released on January 14th, 2006 today marks its 5th year of development! To celebrate the occasion we’re releasing the first beta release of jQuery 1.5! We’re planning on having a final release candidate within 10 days and a final release by the end of the month. We’d also … Continue reading

jQuery 1.2 Released

Posted on by

Downloading jQuery 1.2: jQuery Minified (14kb with gzipping) jQuery Packed (26kb) jQuery Regular (77kb) New Features Partial .load() Partial .load() allows you to load chunks of HTML documents into your page, filtered by a jQuery selector. This works just like a normal Ajax .load(), but you just specify a selector immediately following the URL that … Continue reading