index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
fx.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed the 'fx' module to 'effects'. Should've been done a long time ago.
jeresig
2009-12-18
1
-622
/
+0
*
Added support for per-property easing
James Padolsey
2009-12-07
1
-0
/
+34
*
Make sure that animated show resets the display correctly. Fixes #5130.
jeresig
2009-12-05
1
-0
/
+37
*
Make sure that width or height don't animate to a negative value. Fixes #3881.
John Resig
2009-12-05
1
-0
/
+9
*
Added a test for bug 1095 for animations (animations don't clear check boxes)
Yehuda Katz
2009-12-04
1
-0
/
+15
*
Fixed a problem with animations with a duration of 0 not working properly for...
jeresig
2009-11-30
1
-13
/
+18
*
Added test for passing null to .show()
Scott Gonzalez
2009-11-13
1
-1
/
+7
*
Made sure that animate callbacks get executed even when no properties are pas...
John Resig
2009-11-07
1
-0
/
+12
*
Switched from using QUnit's isObj/isSet to the more robust same method.
John Resig
2009-09-29
1
-1
/
+1
*
jquery fx: closes #2542. show/hide(0, fn) wasn't calling the callback.
Ariel Flesler
2009-09-15
1
-2
/
+10
*
Fix for animating hyphenated CSS properties. Fixes #4156.
John Resig
2009-07-25
1
-0
/
+12
*
Completely disable the flaky fx queue test.
John Resig
2009-07-21
1
-0
/
+2
*
Retool the fx test again, making it more apparent which order the queue tests...
John Resig
2009-07-21
1
-7
/
+3
*
Made a tweak to the fx queue test (was randomly failing in its current incarn...
John Resig
2009-07-21
1
-1
/
+1
*
decoupling styles retrieval from the attr method
Brandon Aaron
2009-03-22
1
-1
/
+1
*
breaking jquery out into smaller modules. added attributes.js, manipulation.j...
Brandon Aaron
2009-03-18
1
-0
/
+35
*
Disabled some of the animation tests that were being flaky.
John Resig
2009-02-19
1
-5
/
+8
*
Changed some of the fx/stop tests to handle the new test markup.
John Resig
2009-02-17
1
-5
/
+5
*
Reorganized some of the animation tests to work with the new hide/show changes.
John Resig
2009-02-17
1
-1
/
+1
*
jquery fx: sync animations were being left on jQuery.timers (double callback)
Ariel Flesler
2009-01-14
1
-0
/
+33
*
testrunner: Putting back the global variables used for ajax tests. I added ma...
Ariel Flesler
2009-01-10
1
-4
/
+4
*
testrunner: Removing every global variable leaked within (and outside) tests....
Ariel Flesler
2009-01-09
1
-88
/
+74
*
Fixed an issue that was introduced by [5743] (which didn't have a test case, ...
John Resig
2009-01-02
1
-0
/
+12
*
jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...
Ariel Flesler
2008-12-30
1
-17
/
+0
*
jquery fx: Closes #3219. jQuery.fn.toggle can accept a boolean argument indic...
Ariel Flesler
2008-12-25
1
-1
/
+8
*
test runner: the changes are:
Ariel Flesler
2008-05-28
1
-37
/
+37
*
test runner: translated all the ok() with '==' to equals(), as it gives more ...
Ariel Flesler
2008-05-06
1
-12
/
+12
*
Fixed a couple problems found in the test suite. First, IE doesn't like it w...
David Serduke
2007-12-20
1
-1
/
+2
*
Removed a unit test that tested to see if queued objects were of a certain ty...
David Serduke
2007-12-20
1
-6
/
+0
*
Fixed #1039 and #1733 by going through the core API and making them text node...
David Serduke
2007-12-07
1
-1
/
+6
*
Added enchancement for #1994 by adding two parameters to .stop() which give a...
David Serduke
2007-11-30
1
-13
/
+93
*
Fixed #1095 bug where radio buttons became unchecked during show(). Also adde...
David Serduke
2007-11-16
1
-34
/
+34
*
Fixed #1822 bug where queue() didn't always default to type 'fx'.
David Serduke
2007-11-16
1
-1
/
+18
*
Fix for #1823 bug in animate {queue:false} plus a unit test.
David Serduke
2007-11-16
1
-0
/
+23
*
Finished up some of the reorganization.
John Resig
2007-09-08
1
-0
/
+307