Added enchancement for #1994 by adding two parameters to .stop() which give additiona...
[jquery.git] / src / fx.js
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).