| Commit message (Expand) | Author | Age | Files | Lines |
* | Include distribution in release tag1.3.01.3 | Timmy Willison | 2009-01-13 | 2 | -0/+4249 |
* | Tagging the 1.3 release. | John Resig | 2009-01-13 | 1 | -1/+1 |
* | Merged Sizzle changes back into jQuery. | John Resig | 2009-01-13 | 3 | -16/+47 |
* | Added a trailing / in the innerHTML support test to allow it to not | John Resig | 2009-01-13 | 1 | -1/+1 |
* | Updated the benchmarking utility to use the Yahoo homepage and a bunch of new... | John Resig | 2009-01-12 | 2 | -457/+41 |
* | Merged in from Sizzle - a change to child filter selector logic. | John Resig | 2009-01-12 | 1 | -2/+2 |
* | Merged in a fix from Sizzle for :not(:first). | John Resig | 2009-01-12 | 1 | -0/+4 |
* | Only try to wrap the element if it's not disconnected, fixed #3828. | John Resig | 2009-01-12 | 2 | -14/+21 |
* | Fixed an issue with parentNode being accessed in attr() on disconnected DOM e... | John Resig | 2009-01-12 | 2 | -2/+4 |
* | Updating the source version to 1.3rc2. | John Resig | 2009-01-12 | 1 | -1/+1 |
* | Tagging the 1.3rc1 release.1.3rc1 | John Resig | 2009-01-12 | 1 | -1/+1 |
* | Had to remove the global variable tricks (especially the delete window calls)... | John Resig | 2009-01-12 | 1 | -28/+8 |
* | Tweaked the benchmark tests. | John Resig | 2009-01-12 | 1 | -1/+1 |
* | Made a note about the push method. | John Resig | 2009-01-12 | 1 | -0/+2 |
* | Made the case specific of the type attribute. | John Resig | 2009-01-11 | 1 | -1/+1 |
* | Merging the latest from Sizzle. | John Resig | 2009-01-11 | 1 | -29/+36 |
* | Prevented non-script <script> blocks from executing, fixing #3733. | John Resig | 2009-01-11 | 2 | -2/+6 |
* | Forgot to change the build.xml file as well. | John Resig | 2009-01-11 | 1 | -1/+1 |
* | Fixed boxModel support - is now computed with feature detection, rather than ... | John Resig | 2009-01-11 | 3 | -5/+14 |
* | .closest() with positional selectors wasn't worked as expected. | John Resig | 2009-01-10 | 2 | -2/+7 |
* | Landed a fix for when a DOM element gets accidentally removed by another live... | John Resig | 2009-01-10 | 2 | -5/+27 |
* | Fixed an issue with script nodes being removed incorrectly, fixes #3737. | John Resig | 2009-01-10 | 2 | -2/+5 |
* | testrunner: Putting back the global variables used for ajax tests. I added ma... | Ariel Flesler | 2009-01-10 | 6 | -30/+54 |
* | testrunner: Removing every global variable leaked within (and outside) tests.... | Ariel Flesler | 2009-01-09 | 7 | -125/+108 |
* | 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 |