decoupling styles retrieval from the attr method
[jquery.git] / test / unit / fx.js
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...
2009-02-19 John ResigDisabled some of the animation tests that were being...
2009-02-17 John ResigChanged some of the fx/stop tests to handle the new...
2009-02-17 John ResigReorganized some of the animation tests to work with...
2009-01-14 Ariel Fleslerjquery fx: sync animations were being left on jQuery...
2009-01-10 Ariel Fleslertestrunner: Putting back the global variables used...
2009-01-09 Ariel Fleslertestrunner: Removing every global variable leaked withi...
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: Closes #3219. jQuery.fn.toggle can accept...
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-06 Ariel Fleslertest runner: translated all the ok() with '==' to equal...
2007-12-20 David SerdukeFixed a couple problems found in the test suite. First...
2007-12-20 David SerdukeRemoved a unit test that tested to see if queued object...
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-16 David SerdukeFixed #1095 bug where radio buttons became unchecked...
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-09-08 John ResigFinished up some of the reorganization.