| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Did some minor tidying up. | John Resig | 2007-06-30 | 1 | -6/+5 |
* | Simplified some of the IE styleFloat/cssFloat code. | John Resig | 2007-06-30 | 1 | -4/+6 |
* | Added support for min and speed to the 'all' build. | John Resig | 2007-06-30 | 1 | -1/+1 |
* | Added the Speed Test Suite. Can be made by doing 'make speed'. | John Resig | 2007-06-30 | 5 | -0/+2998 |
* | Fix for #1322 | Brandon Aaron | 2007-06-29 | 1 | -3/+3 |
* | Fix for #1231 | Brandon Aaron | 2007-06-29 | 1 | -1/+1 |
* | Who am I kidding |= is useless. | John Resig | 2007-06-29 | 1 | -2/+2 |
* | Added minor support for |= and ~= selectors. | John Resig | 2007-06-29 | 1 | -2/+2 |
* | Added fix for :nth-child(n). | John Resig | 2007-06-29 | 1 | -1/+1 |
* | Added fix for broken :only-child. | John Resig | 2007-06-29 | 1 | -1/+1 |
* | Calling jQuery() with apply would break things (namely in the SlickSpeed test... | John Resig | 2007-06-29 | 1 | -1/+1 |
* | Disabling Ajax tests for now - too many timeouts. | John Resig | 2007-06-29 | 1 | -1/+1 |
* | 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 |
* | use jquery for dblclick handler to access event.target | Jörn Zaefferer | 2007-06-20 | 1 | -2/+2 |
* | Fixed an issue with JSON data in packed scripts. (Bug #1298) | John Resig | 2007-06-16 | 1 | -1/+1 |
* | Removed useless safari workarounds, added rerun-single-test feature: just dou... | Jörn Zaefferer | 2007-06-14 | 1 | -13/+13 |
* | Modified min build to include (like pack) the license header, thanks John for... | Jörn Zaefferer | 2007-06-14 | 2 | -3/+9 |
* | 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 |
* | Updated the version to 1.1.3a.1.1.3a | John Resig | 2007-05-21 | 1 | -1/+1 |
* | 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 | 2 | -2/+3 |
* | Added fixes for bug #1052. Fixes the problems with animation chaining (and pr... | John Resig | 2007-05-20 | 2 | -64/+86 |
* | 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 | 3 | -8/+11 |
* | 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 |
* | Another test commit. | John Resig | 2007-05-11 | 1 | -1/+1 |