| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix for #1114: Appending legend elements in Firefox | Brandon Aaron | 2007-04-25 | 2 | -1/+8 |
* | Fix for #1087: Using appendTo with select elements | Brandon Aaron | 2007-04-25 | 2 | -4/+8 |
* | unbind handlers with data + test (#935) | Brandon Aaron | 2007-04-24 | 2 | -5/+12 |
* | != undefined :) | Brandon Aaron | 2007-04-24 | 1 | -1/+1 |
* | Don't pass handler function as data for events + test (#1140) | Brandon Aaron | 2007-04-24 | 2 | -10/+15 |
* | Add hook for modifying the merge behavior of $.extend. Specifically, and time... | Corey Jewett | 2007-04-23 | 1 | -4/+27 |
* | Fix an issue with adding multiple event handlers and reattaching the global e... | Brandon Aaron | 2007-04-22 | 1 | -13/+13 |
* | Adding back modified test for #939 | Brandon Aaron | 2007-04-22 | 1 | -2/+20 |
* | Fix scope issue in DOM 2 event handlers | Brandon Aaron | 2007-04-22 | 1 | -12/+18 |
* | Use DOM 2 event handlers, do not trigger click on a tags and event.data no lo... | Brandon Aaron | 2007-04-22 | 2 | -60/+48 |
* | Fix for #1132 | Jörn Zaefferer | 2007-04-18 | 1 | -4/+0 |
* | Add RegExp style xpath attributes and testcases. e.g. [@foo =~ /bar/i] and [@... | Corey Jewett | 2007-04-13 | 2 | -2/+7 |
* | Remove XMLHttpRequest shadowing, instead decide at runtime whether to create ... | Jörn Zaefferer | 2007-04-03 | 1 | -8/+3 |
* | Small optimization to jQuery.css to save 12 bytes | Brandon Aaron | 2007-04-03 | 1 | -4/+4 |
* | Added a number of additional speed gains (we now hold our own against Dojo an... | John Resig | 2007-03-26 | 3 | -860/+866 |