Split the queue code out from data.js into a dedicated queue.js file (also split...
[jquery.git] / src / data.js
2009-12-06 John ResigSplit the queue code out from data.js into a dedicated...
2009-12-04 jeresigAdded in the .delay() method for delaying the execution...
2009-11-27 Karl Swedbergadded missing semicolons
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-11-25 Mark GibsonFixing endlines.
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-15 Brandon Aarondata should not add expando unless actually adding...
2009-09-15 Yehuda Katzavoid creating a new data cache if we don't need one...
2009-09-15 Ariel Fleslerjquery data: adding missing semicolons
2009-09-14 Ariel Fleslerjquery data: closes #5224. Exposing the expando.
2009-07-16 Yehuda KatzRefactor queueing system to allow auto-dequeuing to...
2009-07-16 Yehuda KatzRefactor jQuery.data a bit to reduce property lookups
2009-07-16 Yehuda KatzImplemented .data() to get the entire data object....
2009-07-13 Yehuda KatzclearQueue and next should now work with default fx...
2009-07-13 Yehuda KatzFix dangling comma of death in data.js
2009-07-12 Yehuda KatzAdd clearQueue for clearing non-fx queues
2009-07-12 Yehuda KatzAdded a next() shortcut for queues
2009-03-23 Brandon Aaronremove trailing spaces
2008-12-30 Ariel Fleslerjquery data: Fixed a weird patch merging issue from...
2008-12-30 Ariel Fleslerjquery data: Oops.. forgot to commit the new data modul...