1.3b2
click here to add a description
click here to add a homepage
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.
The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 second.
Oops, order of operations.
Brought in a fix from Sizzle - IE doesn't have .contains on XML elements.
Simplified the XML clone test.
Simplified the XML selector test (save the result).
Fixed an issue with how broken selector tests were handled in IE (the exception was misdirected).
The triggered flag was being set too early, which was preventing bubbling form working when a
Make sure that if no ownerDocument is available that we fall back to the node itself (likely the document).
Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.
jquery event: Removed a needless if (old code)
jquery intro: looks nicer when built
jquery fx: Shortening the code additions on [6037].
Merging from Sizzle (fixed a bug when querySelectorAll is used.
Forgot to merge in some of the new tests from Sizzle.
Made hide, show, toggle, slideUp, slideDown, and slideToggle animate margins and paddings in addition to height, width, and opacity (results in a much-smoother animation).
Accidentally left in an extra echo statement in the Makefile.
Synced with the Sizzle repository.
.live("div div") was failing due to the extra space in the selector (which conflicted with multiple event binding in .bind).
Moved the copyright to the intro file, added a ! so that it passes through YUIMin untouched, and changed the Date and Revision so that they're now generated automatically based upon all of jQuery rather than just the core file.
jquery event: event.stopImmediatePropagation() stops live handlers as well.
jquery core: Misc file size optimizations.
jquery ajax: File size optimization for compressed code.
jquery core: Allowing whitespaces within the [6026] addition.
Changed build.xml to use YUICompressor, fixes #3779.
Moved from the old JSMin to using YUIMin for compressing the jQuery source. Additionally landed some improvements from #3770 which dramatically reduce the filesize. The final minifed + gzipped size of jQuery went from 19817 bytes to 18063 bytes.