| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a className tweak. All core and selector tests now pass. | John Resig | 2007-07-09 | 1 | -1/+4 |
* | Added a number of fixes: Tag name case-sensitivity, text escaping, opacity se... | John Resig | 2007-07-08 | 2 | -10/+18 |
* | Added basic support for IFrames, disabled a test which we don't take into acc... | John Resig | 2007-07-08 | 2 | -8/+28 |
* | A barebones implementation of getComputedStyle. | John Resig | 2007-07-08 | 1 | -9/+18 |
* | UTF8 support rolled in (both for external docs and innerHTML). | John Resig | 2007-07-08 | 1 | -2/+4 |
* | Attribute values should be JS strings. | John Resig | 2007-07-08 | 1 | -3/+2 |
* | .ownerDocument should be null on document. | John Resig | 2007-07-08 | 1 | -1/+1 |
* | Added support for "first option is auto-selected in a drop-down" functionality. | John Resig | 2007-07-08 | 1 | -0/+21 |
* | Fixed selected/checked/disabled, added .style support, added .elements. | John Resig | 2007-07-08 | 1 | -4/+26 |
* | Added .value to the env impl. | John Resig | 2007-07-08 | 1 | -0/+3 |
* | Automated test running using Rhino (no browser required!). Still very buggy, ... | John Resig | 2007-07-08 | 4 | -0/+575 |
* | Upgraded Rhino to 1.6r6. | John Resig | 2007-07-08 | 1 | -0/+0 |
* | Making the test suite a little more XML-compliant. | John Resig | 2007-07-08 | 2 | -4/+4 |
* | Final fix for Safari crasher (bug #1331). | John Resig | 2007-07-06 | 1 | -1/+1 |
* | Fix for Safari 1.3 crash (bug #1331). | John Resig | 2007-07-05 | 1 | -1/+1 |
* | commit annother trivial comment fix to reduce my local changesets | Ed Engelhardt | 2007-07-05 | 1 | -1/+1 |
* | fix little typo in comment | Ed Engelhardt | 2007-07-05 | 1 | -1/+1 |
* | Tagging the 1.1.3.1 release.1.1.3.1 | John Resig | 2007-07-05 | 1 | -1/+1 |
* | Overflow revert was completely borked when you animated multiple properties (... | John Resig | 2007-07-05 | 1 | -13/+16 |
* | Added fix for broken child selectors in XML documents, bug #1346. | John Resig | 2007-07-05 | 1 | -2/+2 |
* | Added a fix for bug #1331, which caused Safari 1.3 to crash. | John Resig | 2007-07-04 | 1 | -1/+1 |
* | Fixed bug that prevented $= from working on elements that didn't have the spe... | John Resig | 2007-07-04 | 1 | -1/+1 |
* | The browser.version check was causing browsers with undetected useragents to ... | John Resig | 2007-07-03 | 1 | -1/+1 |
* | fix opacity issues in IE | Brandon Aaron | 2007-07-02 | 1 | -9/+10 |
* | Tagging the 1.1.3 release.1.1.3 | John Resig | 2007-07-01 | 1 | -1/+1 |
* | 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 |