jQuery 1.2.1: Quick Fixes for 1.2
jQuery 1.2.1 is a bug fix release for jQuery 1.2. You can view the full list of what was fixed on the bug tracker.
Downloading
- jQuery Minified (14kb with Gzipping)
- jQuery Packed (26kb)
- jQuery Regular (77kb)
If you wish to checkout the full release from the Subversion repository, you can do so by following the following instructions and checking out the source from the following location:
svn co http://jqueryjs.googlecode.com/svn/tags/1.2.1
Important Changes
Relative Animations
There was a serious error in the API for the new relative animations that caused a conflict with existing animation styles. To resolve this, in order to do a relative animation, you must now use the following syntax:
$(...).animate({ height: "+=50px", width: "-=20%", fontSize: "+=2em" });
With += meaning “Add to the current position” and -= meaning “Take away from the current position”.
.eq()
Due to some very-persuasive arguments, and a great deal of reconsideration, .eq() has been brought back. A great number of plugins rely on this single method – and the alternative provided by .slice() simply wasn’t as elegant a solution as what was originally provided.
Pingback: jQuery 1.2.1 y los valores relativos | aNieto2K
Pingback: jQuery Update, again » Code Candies
So is the Packer/ActiveX/Flash bug fixed? Or do we have to use the minified version with the patch?
http://dev.jquery.com/ticket/930
Also, are you planning on releasing alpha or beta versions in the future? It seems like the day after a major release there’s always an update. It would be nice to have a fully tested / stable version for production environments.
Great work on everything (including UI – looks very nice)!
Thank you for the URI fix in $.ajax().
Pax.
Pingback: links for 2007-09-17 « Breyten’s Dev Blog
@Dave: You should use the minifed version, correct. As far as releases go: In the past we did alpha/beta releases but didn’t get nearly enough feedback. Users simply didn’t want to upgrade their applications to an alpha or beta library. So, instead, we’ve had much better luck drastically improving the quality of the test suite – which has been great in catching nearly all regressions. There were incredibly few regressions – only about 1-2, the rest being weird browser quirks. It was, actually, a rather solid release (IMO).
@John: I’m using the minified version and it works great, thanks. Fair enough about the alphas/betas. The releases are generally very solid and the bugs don’t usually effect what I do, but I still like to wait a day or 2 after a big release just to check. Don’t get me wrong – I’m a huge fan of JQuery and it’s saved me hours of coding!
Pingback: jQuery: New version and UI package : SKFox Blog
Pingback: jQuery User Interface library released at Clearskys.net blog
Pingback: Learning jQuery » Animated Scrolling with jQuery 1.2
Pingback: JavaScript: jQuery 1.2.1 » Wake Up!
Pingback: jQueryHelp: A community for jQuery coders | Gary Burge
Your jQuery “minified” is said to be 14KB here and on jQuery.com as well, but on the download site (and once downloaded) it is 44KB… Where the smallest is “packed”… was there a typo or was something wrong with the packing?
Pingback: » Learning jQuery, il libro » Full(o)bloG
“missing ; before statement”.
Which leads to:
“jQuery is not defined”.
Not even the starter kit works. I’m not impressed. When will this be fixed?
Bug using new jquery 1.2.1 and plugin interface/dragable in Internet explorer.
Second dragg dont function :(
Where I can download the docs?
Link to article on Gzipping doesn’t work. Should be http://www.julienlecomte.net/blog/2007/08/13/
This release breaks the slideUp and slideDown effects in Firefox