| Commit message (Expand) | Author | Age | Files | Lines |
* | Added extra last-child test. | John Resig | 2007-06-29 | 1 | -1/+2 |
* | Added massive speed improvements to selectors. Also added support for :nth-ch... | John Resig | 2007-06-29 | 2 | -94/+134 |
* | Forgot to change the number of tests. | John Resig | 2007-06-26 | 1 | -1/+1 |
* | Disabled the test until after 1.1.3 (when we have time to deal with it). (Bug... | John Resig | 2007-06-26 | 1 | -2/+3 |
* | Fix for #1187, #1278 and #1279 | Brandon Aaron | 2007-06-21 | 1 | -3/+4 |
* | Added a fix for easing problems (fall back to "linear" if swing doesn't exist... | John Resig | 2007-06-21 | 1 | -2/+2 |
* | Normal hide/show toggling was broken, this fixes it (#1219). | John Resig | 2007-06-21 | 1 | -3/+7 |
* | Fix for #1214, #1216, #1234 (problem with animations). In a nutshell, the cal... | John Resig | 2007-06-21 | 1 | -6/+5 |
* | Fixed an issue with JSON data in packed scripts. (Bug #1298) | John Resig | 2007-06-16 | 1 | -1/+1 |
* | Adding test for #1182 | Brandon Aaron | 2007-05-31 | 1 | -1/+3 |
* | Fix for #1185 | Brandon Aaron | 2007-05-31 | 1 | -7/+12 |
* | Fix for #923, #1136 and #1233 | Brandon Aaron | 2007-05-31 | 1 | -2/+8 |
* | Use .one() when doing a .bind() with an "unload" event type (#1242) | Brandon Aaron | 2007-05-31 | 1 | -1/+4 |
* | Fix event.which (#1217) | Brandon Aaron | 2007-05-30 | 1 | -46/+37 |
* | Clean up in jQuery.event.add for assigning a handler.guid | Brandon Aaron | 2007-05-23 | 1 | -7/+4 |
* | Rolling back Rev 1892 | Brandon Aaron | 2007-05-23 | 2 | -5/+2 |
* | remove an unused variable and its assignment in the 'map' method | Ed Engelhardt | 2007-05-22 | 1 | -1/+1 |
* | remove a little superfluous blank which confused my eye the second time now | Ed Engelhardt | 2007-05-22 | 1 | -1/+1 |
* | In r1576 on 2007-03-24 the merge() method was split into merge() and | Ed Engelhardt | 2007-05-22 | 1 | -13/+17 |
* | fix style, prefix and typo in a few comments | Ed Engelhardt | 2007-05-22 | 2 | -4/+4 |
* | improve documentation of animate() function by mentioning both the 'swing' an... | Ed Engelhardt | 2007-05-22 | 1 | -2/+2 |
* | Added support for the event object properties relatedTarget, metaKey, which, ... | John Resig | 2007-05-20 | 1 | -2/+23 |
* | Fix for bug #983 (Packed jQuery doesn't have a license at the top of the file.) | John Resig | 2007-05-20 | 1 | -1/+1 |
* | Added fixes for bug #1052. Fixes the problems with animation chaining (and pr... | John Resig | 2007-05-20 | 1 | -64/+43 |
* | Fix for #1198 | Brandon Aaron | 2007-05-16 | 1 | -2/+3 |
* | Fix for #921 (IE clones events) | Brandon Aaron | 2007-05-14 | 1 | -4/+23 |
* | Fix for #1182 | Brandon Aaron | 2007-05-13 | 1 | -1/+2 |
* | Fix for #1169 | Brandon Aaron | 2007-05-13 | 2 | -8/+10 |
* | Fix for #1162 | Brandon Aaron | 2007-05-13 | 2 | -3/+16 |
* | Fix for #1163 | Brandon Aaron | 2007-05-13 | 2 | -2/+5 |
* | Fix for #1167 | Brandon Aaron | 2007-05-11 | 2 | -2/+7 |
* | Clean up in jQuery.event.fix (#1171) | Brandon Aaron | 2007-05-11 | 1 | -3/+3 |
* | Fix for #1186 | Brandon Aaron | 2007-05-11 | 1 | -1/+1 |
* | Added some improvements to how the browser version is determined, based upon ... | John Resig | 2007-05-05 | 1 | -1/+1 |
* | removing the context and selector properties that I left in jQuery.prototype.... | Brandon Aaron | 2007-05-02 | 1 | -6/+2 |
* | Rev [1827] broke the two XPath sibling selectors. | John Resig | 2007-05-01 | 1 | -2/+2 |
* | We're not adding new selector features in until a new full release. Please di... | John Resig | 2007-05-01 | 2 | -8/+2 |
* | This test is expected to fail. | John Resig | 2007-05-01 | 1 | -1/+1 |
* | Moving constructor code to jQuery.prototype.init for more flexibility | Brandon Aaron | 2007-05-01 | 1 | -30/+47 |
* | Changed test count to get the green bar back | Corey Jewett | 2007-04-30 | 1 | -1/+1 |
* | TDD. Broken test case, need to fix xpath parser... | Corey Jewett | 2007-04-30 | 1 | -1/+2 |
* | Append colgroup and col elements (#1044) | Brandon Aaron | 2007-04-30 | 2 | -2/+10 |
* | Query now throws no warnings under strict mode in Firefox (ticket #922). In f... | John Resig | 2007-04-29 | 4 | -69/+47 |
* | Forgot to remove the test cases for XPath [n]. (Ticket #995) | John Resig | 2007-04-28 | 1 | -5/+1 |
* | Removed support for the XPath [n] - we weren't doing it right, and it would a... | John Resig | 2007-04-28 | 1 | -1/+1 |
* | Added support for finding elements that have underscores in their name (along... | John Resig | 2007-04-28 | 2 | -5/+7 |
* | Added jQuery.browser.version (see ticket #1101). Works in all browsers that w... | John Resig | 2007-04-28 | 1 | -0/+1 |
* | Fix for #1061 | Brandon Aaron | 2007-04-26 | 1 | -1/+3 |
* | Minor cleanup | Jörn Zaefferer | 2007-04-25 | 1 | -3/+0 |
* | Fix for #1086: Append all caps HTML tags | Brandon Aaron | 2007-04-25 | 2 | -6/+10 |