aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.js
Commit message (Expand)AuthorAgeFilesLines
* Refactor queueing system to allow auto-dequeuing to use dequeue directly andYehuda Katz2009-07-161-16/+23
* Refactor jQuery.data a bit to reduce property lookupsYehuda Katz2009-07-161-23/+15
* Implemented .data() to get the entire data object. Closes #4284Yehuda Katz2009-07-161-0/+4
* clearQueue and next should now work with default fx on all browsersYehuda Katz2009-07-131-4/+4
* Fix dangling comma of death in data.jsYehuda Katz2009-07-131-1/+1
* Add clearQueue for clearing non-fx queuesYehuda Katz2009-07-121-1/+4
* Added a next() shortcut for queuesYehuda Katz2009-07-121-1/+1
* remove trailing spacesBrandon Aaron2009-03-231-7/+7
* jquery data: Fixed a weird patch merging issue from [6011]Ariel Flesler2008-12-301-146/+1
* jquery data: Oops.. forgot to commit the new data module. This is part of [60...Ariel Flesler2008-12-301-0/+290