index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
/
effects.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a some inaccuracies in the original test case for #7912.
Anton M
2011-02-17
1
-16
/
+26
*
Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ...
louisremi
2011-02-17
1
-15
/
+38
*
Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8...
Anton M
2011-02-15
1
-12
/
+0
*
Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099
jeresig
2011-02-14
1
-0
/
+12
|
\
|
*
Bug #8099 - Always restore to correct display value based on element's expect...
rwldrn
2011-01-31
1
-0
/
+12
*
|
Fix breaking test in Chrome.
Anton M
2011-02-14
1
-1
/
+1
*
|
Don't add "px" to unit-less properties when animating them. Fixes #4966.
Anton M
2011-02-13
1
-0
/
+10
*
|
Clean up whitespace in test/unit/effects.js
Anton M
2011-02-13
1
-44
/
+37
|
/
*
Update unit tests with a leak detection mechanism for the various jQuery glob...
Colin Snover
2011-01-09
1
-11
/
+20
*
Change the way jQuery.data works so that there is no longer a chance of colli...
Colin Snover
2011-01-09
1
-2
/
+2
*
Remove patch for very early versions of Opera 9 that made it impossible to an...
Colin Snover
2010-12-30
1
-0
/
+17
*
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
1
-13
/
+13
*
Updating #7397 unit tests to correctly test for a persisted display value
rwldrn
2010-11-10
1
-11
/
+15
*
Fixes #7397; 4 supporting unit tests
rwldrn
2010-11-09
1
-0
/
+35
*
Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.
jeresig
2010-11-03
1
-1
/
+5
*
Calling .hide().show() on a stylesheet-hidden element wasn't bringing it back...
jeresig
2010-10-27
1
-1
/
+9
*
For .show() with no arguments, only set display of elements in the second loo...
Karl Swedberg
2010-10-26
1
-1
/
+14
*
fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg
Paul Irish
2010-10-17
1
-0
/
+7
*
Don't test inline-block in browsers that don't support it (or an approximatio...
jeresig
2010-10-14
1
-17
/
+46
*
Fix olddisplay was inappropriately set when calling hide on an already hidden...
Colin Snover
2010-10-11
1
-0
/
+30
*
Fixed code convention issues. Reduced size of overflow reset code. Fixed brok...
Colin Snover
2010-10-08
1
-9
/
+8
*
Update $.fn.animate to only keep overflow set to hidden after an animation in...
Colin Snover
2010-10-05
1
-18
/
+14
*
IE6 will shrink-wrap elements with layout instead of allowing content to flow...
Colin Snover
2010-10-05
1
-46
/
+85
*
Update $.fn.animate to change display mode only when necessary (inline, non-f...
Colin Snover
2010-10-05
1
-1
/
+74
*
Make sure that opacity is being reset properly on a show animation. Additiona...
jeresig
2010-09-27
1
-9
/
+5
*
Discovered that another effects bug was fixed with the recent CSS changes (na...
jeresig
2010-09-22
1
-1
/
+6
*
e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicove...
jeresig
2010-09-22
1
-1
/
+1
*
Added full support for easing in all shorthand effects methods (hide, show, t...
Karl Swedberg
2010-09-22
1
-1
/
+13
*
jQuery.css() returns a string value - handle this properly in the animation c...
John Resig
2010-09-17
1
-7
/
+6
*
Fixed some sloppy checks in the effects test suite, makes it more apparent wh...
John Resig
2010-09-17
1
-5
/
+8
*
Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...
jeresig
2010-09-16
1
-5
/
+5
*
Removing leftover debug code.
jeresig
2010-09-14
1
-1
/
+1
*
Making some more adjustments to handle auto CSS properties.
John Resig
2010-09-13
1
-9
/
+9
*
Make sure that effect tests no longer reference the old CSS methods.
jeresig
2010-09-09
1
-3
/
+3
*
Replace usage of the removed global reset() method with QUnit.reset().
jzaefferer
2010-07-28
1
-1
/
+1
*
fixed offset(coordinates) returns null when no matching elements in jQuery ob...
Karl Swedberg
2010-01-24
1
-2
/
+1
*
added tests for show/hide with falsy, non-zero values
Karl Swedberg
2010-01-24
1
-5
/
+24
*
Moved logic for handling .animate({}), doesn't queue anymore. Fixes #5459.
jeresig
2009-12-21
1
-1
/
+11
*
Renamed the 'fx' module to 'effects'. Should've been done a long time ago.
jeresig
2009-12-18
1
-0
/
+622