aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/fx.js
Commit message (Expand)AuthorAgeFilesLines
* Renamed the 'fx' module to 'effects'. Should've been done a long time ago.jeresig2009-12-181-622/+0
* Added support for per-property easingJames Padolsey2009-12-071-0/+34
* Make sure that animated show resets the display correctly. Fixes #5130.jeresig2009-12-051-0/+37
* Make sure that width or height don't animate to a negative value. Fixes #3881.John Resig2009-12-051-0/+9
* Added a test for bug 1095 for animations (animations don't clear check boxes)Yehuda Katz2009-12-041-0/+15
* Fixed a problem with animations with a duration of 0 not working properly for...jeresig2009-11-301-13/+18
* Added test for passing null to .show()Scott Gonzalez2009-11-131-1/+7
* Made sure that animate callbacks get executed even when no properties are pas...John Resig2009-11-071-0/+12
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-291-1/+1
* jquery fx: closes #2542. show/hide(0, fn) wasn't calling the callback. Ariel Flesler2009-09-151-2/+10
* Fix for animating hyphenated CSS properties. Fixes #4156.John Resig2009-07-251-0/+12
* Completely disable the flaky fx queue test.John Resig2009-07-211-0/+2
* Retool the fx test again, making it more apparent which order the queue tests...John Resig2009-07-211-7/+3
* Made a tweak to the fx queue test (was randomly failing in its current incarn...John Resig2009-07-211-1/+1
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-1/+1
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+35
* Disabled some of the animation tests that were being flaky.John Resig2009-02-191-5/+8
* Changed some of the fx/stop tests to handle the new test markup.John Resig2009-02-171-5/+5
* Reorganized some of the animation tests to work with the new hide/show changes.John Resig2009-02-171-1/+1
* jquery fx: sync animations were being left on jQuery.timers (double callback)Ariel Flesler2009-01-141-0/+33
* testrunner: Putting back the global variables used for ajax tests. I added ma...Ariel Flesler2009-01-101-4/+4
* testrunner: Removing every global variable leaked within (and outside) tests....Ariel Flesler2009-01-091-88/+74
* Fixed an issue that was introduced by [5743] (which didn't have a test case, ...John Resig2009-01-021-0/+12
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-301-17/+0
* jquery fx: Closes #3219. jQuery.fn.toggle can accept a boolean argument indic...Ariel Flesler2008-12-251-1/+8
* test runner: the changes are:Ariel Flesler2008-05-281-37/+37
* test runner: translated all the ok() with '==' to equals(), as it gives more ...Ariel Flesler2008-05-061-12/+12
* Fixed a couple problems found in the test suite. First, IE doesn't like it w...David Serduke2007-12-201-1/+2
* Removed a unit test that tested to see if queued objects were of a certain ty...David Serduke2007-12-201-6/+0
* Fixed #1039 and #1733 by going through the core API and making them text node...David Serduke2007-12-071-1/+6
* Added enchancement for #1994 by adding two parameters to .stop() which give a...David Serduke2007-11-301-13/+93
* Fixed #1095 bug where radio buttons became unchecked during show(). Also adde...David Serduke2007-11-161-34/+34
* Fixed #1822 bug where queue() didn't always default to type 'fx'.David Serduke2007-11-161-1/+18
* Fix for #1823 bug in animate {queue:false} plus a unit test.David Serduke2007-11-161-0/+23
* Finished up some of the reorganization.John Resig2007-09-081-0/+307