Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Landing pull request 514. 1.7 - queue refactoring to handle delay stop - ↵ | Corey Frang | 2011-09-28 | 1 | -10/+12 |
| | | | | | | | | Fixes #6150. More Details: - https://github.com/jquery/jquery/pull/514 - http://bugs.jquery.com/ticket/6150 | ||||
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 1 | -3/+3 |
| | |||||
* | Animation state is tracked on toggled/stopped animations using the private ↵ | timmywil | 2011-09-19 | 1 | -14/+15 |
| | | | | | | | | | | | | data cache. Fixes #8685. See full commit message for more. Fixes #6641. - Example: http://jsfiddle.net/timmywil/gqZL5/24/ - http://bugs.jquery.com/ticket/8685 - Check the completed timer has not been removed already so other timers do not get accidentally removed. Fixes #6641. - Style edits, code reductions, and optimizations for the effects module | ||||
* | tmp was global in the new fn.promise. Fixes #9147. | timmywil | 2011-05-06 | 1 | -1/+2 |
| | |||||
* | Bug fixes in queue.js: type in dequeue could be undefined which lead to a ↵ | jaubourg | 2011-04-12 | 1 | -12/+7 |
| | | | | wrong data key, which would then have undesirable data left dangling on elements. Also adds missing semicolon in effects unit. | ||||
* | Adds _mark and _unmark as a mean to keep track of ongoing non-queued ↵ | jaubourg | 2011-04-11 | 1 | -29/+63 |
| | | | | animations in fn.promise. | ||||
* | Adds fn.promise as a mean to observe the completion of animations on a set ↵ | jaubourg | 2011-04-07 | 1 | -1/+44 |
| | | | | of elements. Only queued animations are handled for now, non-queued animations support coming soon. Effects unit tests updated to test the feature (needs more testing though). | ||||
* | Fix jQuery.queue leaks empty queues. | Colin Snover | 2011-01-09 | 1 | -0/+4 |
| | |||||
* | Change the way jQuery.data works so that there is no longer a chance of ↵ | Colin Snover | 2011-01-09 | 1 | -2/+2 |
| | | | | collision between user data and internal data. Fixes #6968. | ||||
* | Make sure that when multiple variables are being declared that assignments ↵ | John Resig | 2010-11-09 | 1 | -1/+2 |
| | | | | are each done on their own line. | ||||
* | Removing extra arg. | jeresig | 2010-09-20 | 1 | -1/+1 |
| | |||||
* | Make sure that jQuery works even when the individual modules are loaded ↵ | jeresig | 2010-09-08 | 1 | -0/+4 |
| | | | | separately AND jQuery.noConflict(true) is used. Fixes #7011. | ||||
* | Made a number of spacing changes to bring the code more-inline with the ↵ | jeresig | 2009-12-21 | 1 | -11/+23 |
| | | | | jQuery Core Style Guideline. | ||||
* | Tweaked a couple cases where == was used instead of ===. | jeresig | 2009-12-21 | 1 | -2/+2 |
| | |||||
* | Split the queue code out from data.js into a dedicated queue.js file (also ↵ | John Resig | 2009-12-06 | 1 | -0/+78 |
split tests accordingly). |