index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-0b02fec6e3
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 #10006: Allow .show() to work on detached elements.
Oleg
2012-01-12
1
-0
/
+54
*
Fix #8498. Add cssHooks[prop].expand for use by animate().
Mike Sherov
2011-12-08
1
-0
/
+27
*
Revert "Landing pull request 581. Updates original patch by Orkel. Fixes #100...
Dave Methvin
2011-11-21
1
-63
/
+1
*
Ensure all elements are removed from 10006 test block
Rick Waldron
2011-11-21
1
-0
/
+9
*
Landing pull request 581. Updates original patch by Orkel. Fixes #10006.
Rick Waldron
2011-11-21
1
-1
/
+54
*
Add back unit in the width/height step function. Fixes #10669.
timmywil
2011-11-07
1
-0
/
+15
*
Fix #10691. Remove all instances of equals() and same(), as these are depreca...
Mike Sherov
2011-11-06
1
-74
/
+74
*
Revert "Landing pull request 530. Fixes coniditional path for tr, td defaultD...
timmywil
2011-10-31
1
-15
/
+0
*
Squashed commit of the following:
Corey Frang
2011-10-11
1
-3
/
+3
*
Effects - Allow queue: true - Fixes #10445
Corey Frang
2011-10-07
1
-2
/
+21
*
Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay()...
Rick Waldron
2011-10-04
1
-0
/
+15
*
Landing pull request 520. Unset the complete function just before calling it ...
Corey Frang
2011-09-28
1
-0
/
+32
*
Landing pull request 514. 1.7 - queue refactoring to handle delay stop - Fixe...
Corey Frang
2011-09-28
1
-1
/
+53
*
Landing pull request 496. 1.7 animate: allow named queues to be used by anima...
Corey Frang
2011-09-19
1
-0
/
+35
*
Remove unnecessary commented code
timmywil
2011-09-19
1
-16
/
+0
*
Animation state is tracked on toggled/stopped animations using the private da...
timmywil
2011-09-19
1
-88
/
+154
*
Landing pull request 467. Adds comments regarding opacity test adjustments.
Rick Waldron
2011-08-17
1
-1
/
+3
*
Landing pull request 466. Test if opacity is not expected val. Fixes effects ...
rwldrn
2011-08-17
1
-7
/
+25
*
Fix effects test suite to account for opacity being removed rather than expli...
timmywil
2011-08-16
1
-1
/
+4
*
Landing pull request 374. .animate() Callbacks should fire in correct order (...
louisremi
2011-05-10
1
-0
/
+16
|
\
|
*
oops console
louisremi
2011-05-10
1
-1
/
+0
|
*
oops unit test
louisremi
2011-05-09
1
-0
/
+17
*
|
Call extend on prop to avoid changing original properties so that per-propert...
timmywil
2011-05-07
1
-7
/
+10
*
|
Set val before hide/show check and fix easing setting; also update attributes...
timmywil
2011-05-07
1
-15
/
+12
*
|
Fix per-property easing. Fixes #9067
Daniel Pihlstrom
2011-05-07
1
-4
/
+12
*
|
Landing pull request 372. Test for numeric properties was using wrong variabl...
gnarf
2011-05-07
1
-3
/
+31
|
/
*
Merge branch 'qunit_fixture'
timmywil
2011-04-17
1
-10
/
+10
|
\
|
*
Switch QUnit div from depreceted #main to #qunit-fixture
timmywil
2011-04-17
1
-10
/
+10
*
|
Make sure that hide or show don't fail when operating on non-Element nodes. F...
John Resig
2011-04-17
1
-0
/
+4
|
/
*
Ticket #8099 Performance tweaking, credits
rwldrn
2011-04-13
1
-10
/
+10
*
Ticket #8099 Updates per review
rwldrn
2011-04-13
1
-2
/
+7
*
Ticket #8099 Conditional iframe approache, caches both iframe and iframedoc f...
rwldrn
2011-04-13
1
-2
/
+6
*
Ticket 8099, Reattempt with iframe
rwldrn
2011-04-12
1
-0
/
+13
*
merge with master and resolve more conflicts
louisremi
2011-04-12
1
-1
/
+1
|
\
|
*
Bug fixes in queue.js: type in dequeue could be undefined which lead to a wro...
jaubourg
2011-04-12
1
-1
/
+1
*
|
third batch
louisremi
2011-04-12
1
-48
/
+48
|
/
*
Adds fn.promise as a mean to observe the completion of animations on a set of...
jaubourg
2011-04-07
1
-18
/
+23
*
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
[prev]
[next]