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/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
/
src
/
fx.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed an edge case in show() where the css says the display should be none. ...
David Serduke
2008-01-12
1
-0
/
+3
*
Fixed #2080 by removing the check for nodeType != 1. It was put in to limit ...
David Serduke
2007-12-20
1
-3
/
+0
*
Fixed #1781 for warnings created on load by FF javascript.options.strict == t...
David Serduke
2007-12-16
1
-2
/
+2
*
show is now element aware (#960)
Brandon Aaron
2007-12-08
1
-6
/
+7
*
Fixed #1039 and #1733 by going through the core API and making them text node...
David Serduke
2007-12-07
1
-0
/
+6
*
Added enchancement for #1994 by adding two parameters to .stop() which give a...
David Serduke
2007-11-30
1
-10
/
+24
*
Fixed #1942 but running jQuery.css() before jQuery.curCSS(). This way when t...
David Serduke
2007-11-27
1
-2
/
+2
*
Fix #1827 bug where extra setInterval()s can be called during animation.
David Serduke
2007-11-16
1
-4
/
+7
*
Fixed #1822 bug where queue() didn't always default to type 'fx'.
David Serduke
2007-11-16
1
-1
/
+3
*
Fix for #1823 bug in animate {queue:false} plus a unit test.
David Serduke
2007-11-16
1
-1
/
+2
*
Added a fix for bug #1751, where the options getting overwritten for an anima...
John Resig
2007-10-18
1
-3
/
+3
*
Fixed animating to 0% (Bug #1586).
John Resig
2007-09-15
1
-2
/
+2
*
Forgot the 'var' statement, causing variables to leak. (Bug #1592)
John Resig
2007-09-15
1
-2
/
+2
*
Convert relative animations to use -= and += (instead of just - and +, which ...
John Resig
2007-09-15
1
-7
/
+4
*
Fixed some bugs in how .queue() works (it wasn't handling the argument order ...
John Resig
2007-09-14
1
-2
/
+2
*
Absolutely position animations, damn my twichy fingers for commiting too soon.
Sean Catchpole
2007-09-12
1
-1
/
+4
*
Animate should absolutely position if a number is passed (Ex: -700)
Sean Catchpole
2007-09-12
1
-1
/
+1
*
Fixed a bug that was occurring in the packed version of jQuery.
John Resig
2007-09-10
1
-19
/
+19
*
Moved the fx queueing over to the new expando system.
John Resig
2007-09-09
1
-8
/
+5
*
.stop() wouldn't resume any queued animations.
John Resig
2007-09-09
1
-1
/
+1
*
Reorganzing the jQuery source (first phase).
John Resig
2007-09-08
1
-0
/
+397
[prev]