aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Didn't get specific enough with the proxy guid, fixes #3787.John Resig2009-01-092-4/+17
* Made it so that you can bind a single function to multiple .live() selectors....John Resig2009-01-092-8/+35
* testrunner: refactored unbind's tests. Including one for #3538, passing since...Ariel Flesler2009-01-081-37/+66
* jquery event: Fixes #3538. unbind on many events was failing.Ariel Flesler2009-01-081-3/+3
* Selector state wasn't being passed along on a cloned jQuery object.John Resig2009-01-082-1/+12
* Fixed tabindex normalization so that elements that natively support tabbing, ...Scott González2009-01-073-17/+17
* Merged in a missing argument from Sizzle.John Resig2009-01-071-1/+1
* Landed a number of improvements to the selector engine. Results are auto-merg...John Resig2009-01-072-26/+59
* Removed all uses of @ in the benchmarker and added a couple :not() tests.John Resig2009-01-061-7/+5
* Cleaned up the benchmarking utility (using a newer version of jQuery and fixi...John Resig2009-01-063-4142/+1705
* Made the .unqiue() within .find() optional (speeds up calls).John Resig2009-01-061-6/+10
* Tagging the 1.3b2 release.1.3b2John Resig2009-01-051-1/+1
* jquery selector: Replacing {0,1} for ? in a regex.Ariel Flesler2009-01-051-1/+1
* Disabled an extra event binding.John Resig2009-01-051-1/+3
* Switched back to the old style of running embedded scripts (users who have du...John Resig2009-01-051-16/+5
* Timeout test appears to be flaky - disabling, for now.John Resig2009-01-051-0/+2
* The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 se...John Resig2009-01-051-1/+1
* Oops, order of operations.John Resig2009-01-051-1/+1
* Brought in a fix from Sizzle - IE doesn't have .contains on XML elements.John Resig2009-01-051-1/+1
* Simplified the XML clone test.John Resig2009-01-051-4/+6
* Simplified the XML selector test (save the result).John Resig2009-01-051-3/+4
* Fixed an issue with how broken selector tests were handled in IE (the excepti...John Resig2009-01-051-2/+2
* The triggered flag was being set too early, which was preventing bubbling for...John Resig2009-01-051-2/+2
* Make sure that if no ownerDocument is available that we fall back to the node...John Resig2009-01-051-3/+3
* Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.John Resig2009-01-055-2/+84
* jquery event: Removed a needless if (old code)Ariel Flesler2009-01-051-11/+9
* jquery intro: looks nicer when builtAriel Flesler2009-01-051-0/+1
* jquery fx: Shortening the code additions on [6037].Ariel Flesler2009-01-051-12/+17
* Merging from Sizzle (fixed a bug when querySelectorAll is used.John Resig2009-01-051-3/+4
* Forgot to merge in some of the new tests from Sizzle.John Resig2009-01-052-1/+8
* Made hide, show, toggle, slideUp, slideDown, and slideToggle animate margins ...John Resig2009-01-051-13/+18
* Accidentally left in an extra echo statement in the Makefile.John Resig2009-01-051-1/+0
* Synced with the Sizzle repository.John Resig2009-01-052-46/+56
* .live("div div") was failing due to the extra space in the selector (which co...John Resig2009-01-041-1/+1
* Moved the copyright to the intro file, added a ! so that it passes through YU...John Resig2009-01-043-12/+19
* jquery event: event.stopImmediatePropagation() stops live handlers as well.Ariel Flesler2009-01-041-1/+1
* jquery core: Misc file size optimizations.Ariel Flesler2009-01-041-21/+19
* jquery ajax: File size optimization for compressed code.Ariel Flesler2009-01-041-1/+3
* jquery core: Allowing whitespaces within the [6026] addition.Ariel Flesler2009-01-041-1/+1
* Changed build.xml to use YUICompressor, fixes #3779.John Resig2009-01-041-5/+13
* Moved from the old JSMin to using YUIMin for compressing the jQuery source. A...John Resig2009-01-045-3/+7
* Landed a proper fix for #3255 - which involves doing createElement instead of...John Resig2009-01-032-8/+12
* Hid an issue where Safari through an exception when a colgroup was created in...John Resig2009-01-031-1/+4
* jquery event: Misc, removed a commented line from last commit.Ariel Flesler2009-01-021-6/+2
* Fixed an issue that was introduced by [5743] (which didn't have a test case, ...John Resig2009-01-022-8/+17
* jquery event: Now using an internal argument to detect if bubbling on $.event...Ariel Flesler2009-01-021-64/+59
* jquery event: closes #3772. The extra function on $.event.trigger isn't suppo...Ariel Flesler2009-01-022-52/+6
* Disabled testing of em-defined borders, need to look back into this issue.John Resig2009-01-021-4/+6
* The exact escaping of the text() test isn't important - as long as < is escaped.John Resig2009-01-021-1/+1
* Fixed an issue with .not("#foo, bar") not working correctly, closes #3757.John Resig2008-12-312-2/+6