1.3rc1
click here to add a description
click here to add a homepage
jQuery JavaScript Library — Read more
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.
Landed a number of improvements to the selector engine. Results are auto-merged onto the jQuery
Removed all uses of @ in the benchmarker and added a couple :not() tests.
Cleaned up the benchmarking utility (using a newer version of jQuery and fixing the runner).
Made the .unqiue() within .find() optional (speeds up calls).
Tagging the 1.3b2 release.
jquery selector: Replacing {0,1} for ? in a regex.
Disabled an extra event binding.
Switched back to the old style of running embedded scripts (users who have duplicate runs will
Timeout test appears to be flaky - disabling, for now.