1.3
click here to add a description
click here to add a homepage
Tagging the 1.3 release.
Merged Sizzle changes back into jQuery.
Added a trailing / in the innerHTML support test to allow it to not
Updated the benchmarking utility to use the Yahoo homepage and a bunch of new selectors.
Merged in from Sizzle - a change to child filter selector logic.
Merged in a fix from Sizzle for :not(:first).
Only try to wrap the element if it's not disconnected, fixed #3828.
Fixed an issue with parentNode being accessed in attr() on disconnected DOM elements.
Updating the source version to 1.3rc2.
Tagging the 1.3rc1 release.
Had to remove the global variable tricks (especially the delete window calls) as they cause
Tweaked the benchmark tests.
Made a note about the push method.
Made the case specific of the type attribute.
Merging the latest from Sizzle.
Prevented non-script <script> blocks from executing, fixing #3733.
Forgot to change the build.xml file as well.
Fixed boxModel support - is now computed with feature detection, rather than sniffing.
.closest() with positional selectors wasn't worked as expected.
Landed a fix for when a DOM element gets accidentally removed by another live event handler. Thanks to Irae for the patches. Fixed #3820.
Fixed an issue with script nodes being removed incorrectly, fixes #3737.
testrunner: Putting back the global variables used for ajax tests. I added many calls to delete though. The global namespace must be cleaned up before calling start() again.
testrunner: Removing every global variable leaked within (and outside) tests. Some were deleted and some saved within the jQuery namespace.
Didn't get specific enough with the proxy guid, fixes #3787.
Made it so that you can bind a single function to multiple .live() selectors. Additionally, simplified the proxy code to provide a default proxy function.
testrunner: refactored unbind's tests. Including one for #3538, passing since last commit.
jquery event: Fixes #3538. unbind on many events was failing.
Selector state wasn't being passed along on a cloned jQuery object.
Fixed tabindex normalization so that elements that natively support tabbing, but don't have a tabindex explicitly set return 0 instead of undefined.
Merged in a missing argument from Sizzle.