aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue.js
Commit message (Expand)AuthorAgeFilesLines
* Landing pull request 514. 1.7 - queue refactoring to handle delay stop - Fixe...Corey Frang2011-09-281-10/+12
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-3/+3
* Animation state is tracked on toggled/stopped animations using the private da...timmywil2011-09-191-14/+15
* tmp was global in the new fn.promise. Fixes #9147.timmywil2011-05-061-1/+2
* Bug fixes in queue.js: type in dequeue could be undefined which lead to a wro...jaubourg2011-04-121-12/+7
* Adds _mark and _unmark as a mean to keep track of ongoing non-queued animatio...jaubourg2011-04-111-29/+63
* Adds fn.promise as a mean to observe the completion of animations on a set of...jaubourg2011-04-071-1/+44
* Fix jQuery.queue leaks empty queues.Colin Snover2011-01-091-0/+4
* Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-091-2/+2
* Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-1/+2
* Removing extra arg.jeresig2010-09-201-1/+1
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-0/+4
* Made a number of spacing changes to bring the code more-inline with the jQuer...jeresig2009-12-211-11/+23
* Tweaked a couple cases where == was used instead of ===.jeresig2009-12-211-2/+2
* Split the queue code out from data.js into a dedicated queue.js file (also sp...John Resig2009-12-061-0/+78