1.2.1
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
Tagging the 1.2.1 release.
Added fix for bug #1567 - uppercase nodeName test in .add().
Fixed animating to 0% (Bug #1586).
Forgot the 'var' statement, causing variables to leak. (Bug #1592)
Added .eq(Number) back in - I'm convinced that it's more useful than the .slice() replacement. lt/gt are still gone, though.
Added a fix for bug #1612, where :contains() was failing on XML documents, in IE.
Convert relative animations to use -= and += (instead of just - and +, which conflicted with normal absolute animations). (Fixes bug #1607) Also fixed a bug in queue.
etooled the jQuery constructor, makes it work better for embedding (Bug #1585). Also took the opportunity to do some renaming in the constructor and init.
Fixed an issue with the suite expecting a different result for the changed triggerHandler behavior.
Fixed bug #1594, #1565, #1598 - all of which were concerning the improper execution of embedded scripts in IE and Safari.
Added a fix for bug #1580, where the query string was appended to the POST data, instead of being left alone.
Bug #1584, ajaxStop/complete calls weren't called for JSONP requests.
Fix for bug #1600 - multiple selects were being serialized incorrectly.
Make sure that the right event type is always triggered (was causing problems with UI's event triggering).
Fixed some bugs in how .queue() works (it wasn't handling the argument order correctly).
fix clone(true) for IE
clean ant task shouldn't delete the new test folder
Absolutely position animations, damn my twichy fingers for commiting too soon.
Animate should absolutely position if a number is passed (Ex: -700)
Updated test.js for the runtest build target to reflect the path changes for the test scripts.
safari2 should just check the browser and version
Include scroll offsets for everything but inline and table-row elements
Couple of fixes to the offset method
Fixed a bug that was occurring in the packed version of jQuery.
Tagging the 1.2 release.
Made the expando code attach properties to an anonymous object, as opposed to the global window object, and fixed a bug where .removeAttribute() tried to fire even if it didn't exist.
Fixed a bug in .dir() where it would return non-element nodes.
Fixed spelling mistake.
Added an extra check for removing a named cache property - calling it when it didn't exist caused an exception.
Landing a version of $(document)/$(window) .width()/.height(). It won't win any awards, but it'll hold us over for this release.