1.3.2
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
Tagging the 1.3.2 release.
Fixed one of the selector tests that was reporting incorrectly in browsers that actually supported type="search" inputs.
Disabled some of the animation tests that were being flaky.
Missed an other search-related test.
Fixed some tests that were changed (fixed!) by fixing #3966.
Made it so that search input elements are now serialized. Fixes bug #4107.
Made it so that appendTo, etc. return the inserted elements (thus using pushStack, as well). Fixes bugs #3966 and #4182.
A speedup for .remove() (which also speeds up .html()). Fixes #4178.
Updated the show() tests to work without the use of jQuery.browser (the test suite now passes 100% in IE8).
Reorganized and disabled some of the height/width tests. Need to look in to better abornormal-padding/margin/border support at some point.
Updated the JAR Makefile command to support UTF-8.
Disable building the lite and packed versions of jQuery by default (no longer needed).
Switch to using createRange for element comparision instead of Array indexOf checks - thanks for the tip, Ioseb.
Brought back the compareDocumentPosition code. While it is redundant in Firefox it's much faster than using indexOf.
Changed the currentTarget test - no need to test the native event triggering for this test.
Changed some of the fx/stop tests to handle the new test markup.
Made the div showing a little more explicit - making sure that it doesn't affect the fx tests.
Tweaked some of the selector tests to handle some of the test page changes.
Reorganized some of the animation tests to work with the new hide/show changes.
Disabled one of the ordering tests that was taking a while to run.
Fixed some more CSS/visibility tests.
Changed a bunch of the DOM tests to work in Document Order.
Updated some of the display/visible/hidden tests to work on an appropriate element.
testrunner: Misc
jquery event: closes #4033. e.currentTarget wasn't being enforced for native events (IE doesn't have it)
fix show issue in IE 6. "olddisplay" is sometimes undefined and IE 6 does not like setting style.display to undefined. also second for loop was mistakenly nested within the first for loop.
Bumping the version up to 1.3.2pre.
Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug #4167.
Fixed an issue with :nth-child selectors embedded in :not() filters. Fixes jQuery bug #4156.
Changed the jQuery hidden/visible selectors to be a little more precise.