aboutsummaryrefslogtreecommitdiffstats
path: root/src/fx/fxTest.js
Commit message (Collapse)AuthorAgeFilesLines
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-307/+0
|
* Added a new .stop() method which stops all animations running on the matched ↵John Resig2007-09-041-0/+23
| | | | | | | | | | | set of elements. Example: $("#foo").slideDown(1000); setTimeout(function(){ $("#foo").stop(); }, 500);
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. ↵John Resig2007-08-191-2/+2
| | | | | | | | | | In order to achieve this I had to fix a numbe r of bugs in the suite itself, along with other random bugs that popped up. The following bugs were resolved along the wa y: #1236 (.extend() keeps processing when it hits nulls), #1028 (.extend() now works recursively), #1080 ($.get no longer overwrites the data parameter), #1210 (Creating script and link tags now work), and #1463 (jQuery.global has been re-too led to no longer leak memory and slow things down).
* Integrated the custom fx test suite into the main test suite. All tests are ↵John Resig2007-07-291-1/+263
| | | | now run automatically. Removed the old suite, as it was no longer needed.
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a ↵John Resig2007-03-251-2/+3
| | | | new triggerEvent() method to the test runner to help us better test actual event interactions.
* Removed duplicated show/hide/toggle, added test for toggle(), started ↵Jörn Zaefferer2007-01-091-0/+9
| | | | documentation of event properties/methods
* Testsuite 2.0Jörn Zaefferer2006-11-181-0/+12