aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added basic support for IFrames, disabled a test which we don't take into ↵John Resig2007-07-082-8/+28
| | | | account.
* A barebones implementation of getComputedStyle.John Resig2007-07-081-9/+18
|
* UTF8 support rolled in (both for external docs and innerHTML).John Resig2007-07-081-2/+4
|
* Attribute values should be JS strings.John Resig2007-07-081-3/+2
|
* .ownerDocument should be null on document.John Resig2007-07-081-1/+1
|
* Added support for "first option is auto-selected in a drop-down" functionality.John Resig2007-07-081-0/+21
|
* Fixed selected/checked/disabled, added .style support, added .elements.John Resig2007-07-081-4/+26
|
* Added .value to the env impl.John Resig2007-07-081-0/+3
|
* Automated test running using Rhino (no browser required!). Still very buggy, ↵John Resig2007-07-084-0/+575
| | | | but off to a good start.
* Upgraded Rhino to 1.6r6.John Resig2007-07-081-0/+0
|
* Making the test suite a little more XML-compliant.John Resig2007-07-082-4/+4
|
* Final fix for Safari crasher (bug #1331).John Resig2007-07-061-1/+1
|
* Fix for Safari 1.3 crash (bug #1331).John Resig2007-07-051-1/+1
|
* commit annother trivial comment fix to reduce my local changesetsEd Engelhardt2007-07-051-1/+1
|
* fix little typo in commentEd Engelhardt2007-07-051-1/+1
|
* Tagging the 1.1.3.1 release.1.1.3.1John Resig2007-07-051-1/+1
|
* Overflow revert was completely borked when you animated multiple properties ↵John Resig2007-07-051-13/+16
| | | | (like in .show() or .hide()) (see bug #1343).
* Added fix for broken child selectors in XML documents, bug #1346.John Resig2007-07-051-2/+2
|
* Added a fix for bug #1331, which caused Safari 1.3 to crash.John Resig2007-07-041-1/+1
|
* Fixed bug that prevented $= from working on elements that didn't have the ↵John Resig2007-07-041-1/+1
| | | | specified attribute.
* The browser.version check was causing browsers with undetected useragents to ↵John Resig2007-07-031-1/+1
| | | | die. This, at least, makes it fail gracefully.
* fix opacity issues in IEBrandon Aaron2007-07-021-9/+10
|
* Tagging the 1.1.3 release.1.1.3John Resig2007-07-011-1/+1
|
* Did some minor tidying up.John Resig2007-06-301-6/+5
|
* Simplified some of the IE styleFloat/cssFloat code.John Resig2007-06-301-4/+6
|
* Added support for min and speed to the 'all' build.John Resig2007-06-301-1/+1
|
* Added the Speed Test Suite. Can be made by doing 'make speed'.John Resig2007-06-305-0/+2998
|
* Fix for #1322Brandon Aaron2007-06-291-3/+3
|
* Fix for #1231Brandon Aaron2007-06-291-1/+1
|
* Who am I kidding |= is useless.John Resig2007-06-291-2/+2
|
* Added minor support for |= and ~= selectors.John Resig2007-06-291-2/+2
|
* Added fix for :nth-child(n).John Resig2007-06-291-1/+1
|
* Added fix for broken :only-child.John Resig2007-06-291-1/+1
|
* Calling jQuery() with apply would break things (namely in the SlickSpeed ↵John Resig2007-06-291-1/+1
| | | | test suite).
* Disabling Ajax tests for now - too many timeouts.John Resig2007-06-291-1/+1
|
* Added extra last-child test.John Resig2007-06-291-1/+2
|
* Added massive speed improvements to selectors. Also added support for ↵John Resig2007-06-292-94/+134
| | | | :nth-child(An+B) syntax.
* Forgot to change the number of tests.John Resig2007-06-261-1/+1
|
* Disabled the test until after 1.1.3 (when we have time to deal with it). ↵John Resig2007-06-261-2/+3
| | | | (Bug #975)
* Fix for #1187, #1278 and #1279Brandon Aaron2007-06-211-3/+4
|
* Added a fix for easing problems (fall back to "linear" if swing doesn't ↵John Resig2007-06-211-2/+2
| | | | exist) (bug #1212).
* Normal hide/show toggling was broken, this fixes it (#1219).John Resig2007-06-211-3/+7
|
* Fix for #1214, #1216, #1234 (problem with animations). In a nutshell, the ↵John Resig2007-06-211-6/+5
| | | | callback needs to occur even if the animation does not run.
* use jquery for dblclick handler to access event.targetJörn Zaefferer2007-06-201-2/+2
|
* Fixed an issue with JSON data in packed scripts. (Bug #1298)John Resig2007-06-161-1/+1
|
* Removed useless safari workarounds, added rerun-single-test feature: just ↵Jörn Zaefferer2007-06-141-13/+13
| | | | doubleclick on a single test to execute that one, use browser's back button get back to executing all
* Modified min build to include (like pack) the license header, thanks John ↵Jörn Zaefferer2007-06-142-3/+9
| | | | for the regex
* Adding test for #1182Brandon Aaron2007-05-311-1/+3
|
* Fix for #1185Brandon Aaron2007-05-311-7/+12
|
* Fix for #923, #1136 and #1233Brandon Aaron2007-05-311-2/+8
|