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