decoupling styles retrieval from the attr method
[jquery.git] / src / fx.js
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-18 Brandon Aaronfix for #4204, fadeTo shows hidden elements before...
2009-02-16 Brandon Aaronfix show issue in IE 6. "olddisplay" is sometimes undef...
2009-02-13 John ResigLanding a fix for a case where the animation timer...
2009-02-09 John ResigAdded a performance improvement to .hide()/.show()...
2009-01-14 Ariel Fleslerjquery fx: sync animations were being left on jQuery...
2009-01-05 Ariel Fleslerjquery fx: Shortening the code additions on [6037].
2009-01-05 John ResigMade hide, show, toggle, slideUp, slideDown, and slideT...
2009-01-02 John ResigFixed an issue that was introduced by [5743] (which...
2008-12-30 Ariel Fleslerjquery data: Closes #3539. Exposed jQuery.queue. Moved...
2008-12-25 Ariel Fleslerjquery fx: Fixed redundant code
2008-12-25 Ariel Fleslerjquery fx: Closes #3219. jQuery.fn.toggle can accept...
2008-12-19 John ResigRewrote the hide and show methods to fix the issue...
2008-11-18 John ResigMade a mistake in the patch for #3618, landing fix.
2008-11-17 John ResigStandardized the type checks across core. isFunction...
2008-10-29 Ariel Fleslerjquery core: closes #3541. Added isArray.
2008-10-22 Ariel Fleslerjquery fx: closes #3496. $.fx.off = true; turns off...
2008-10-18 Ariel Fleslerjquery fx: closes #3495. Animations are synchronous...
2008-07-03 Ariel Fleslerjquery fx: closes #3128. Saved some bytes when creating...
2008-06-24 Paul Bakausfx: 1) patch from Ariel removes the need of adding...
2008-06-20 Ariel Fleslerjquery ajax: renamed $.fx.speeds.def to _default to...
2008-06-20 Ariel Fleslerjquery ajax: making Paul's last change([5735]) shorter.
2008-06-20 Paul Bakausfx: animate() can now animate any property on a generic...
2008-05-16 Ariel Fleslerjquery fx: removing a needless comment after the last...
2008-05-16 Ariel Fleslerjquery fx: removing 2 unnecessary isFunction calls...
2008-05-13 Ariel Fleslerjquery: removing unnecessary trailing and leading space...
2008-05-13 Ariel Fleslerjquery event & fx: tidying some comments.
2008-05-12 Ariel Fleslerjquery fx & event: replaced the use of .apply(), where...
2008-05-02 Ariel Fleslerjquery fx: adding jQuery.fx.def as default speed for...
2008-04-29 Ariel Fleslermainly made the code shorter:
2008-04-29 Ariel Fleslerjquery event: jQuery.toggle can accept more than 2...
2008-04-24 Ariel Fleslerjquery core: simplified the code using the new jQuery...
2008-01-12 David SerdukeFixed an edge case in show() where the css says the...
2007-12-20 David SerdukeFixed #2080 by removing the check for nodeType != 1...
2007-12-16 David SerdukeFixed #1781 for warnings created on load by FF javascri...
2007-12-08 Brandon Aaronshow is now element aware (#960)
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-11-30 David SerdukeAdded enchancement for #1994 by adding two parameters...
2007-11-27 David SerdukeFixed #1942 but running jQuery.css() before jQuery...
2007-11-16 David SerdukeFix #1827 bug where extra setInterval()s can be called...
2007-11-16 David SerdukeFixed #1822 bug where queue() didn't always default...
2007-11-16 David SerdukeFix for #1823 bug in animate {queue:false} plus a unit...
2007-10-18 John ResigAdded a fix for bug #1751, where the options getting...
2007-09-15 John ResigFixed animating to 0% (Bug #1586).
2007-09-15 John ResigForgot the 'var' statement, causing variables to leak...
2007-09-15 John ResigConvert relative animations to use -= and += (instead...
2007-09-14 John ResigFixed some bugs in how .queue() works (it wasn't handli...
2007-09-12 Sean CatchpoleAbsolutely position animations, damn my twichy fingers...
2007-09-12 Sean CatchpoleAnimate should absolutely position if a number is passe...
2007-09-10 John ResigFixed a bug that was occurring in the packed version...
2007-09-09 John ResigMoved the fx queueing over to the new expando system.
2007-09-09 John Resig.stop() wouldn't resume any queued animations.
2007-09-08 John ResigReorganzing the jQuery source (first phase).