aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/data.js
Commit message (Expand)AuthorAgeFilesLines
* Attach data directly to plain objects, no reason to use the central jQuery.ca...jeresig2010-02-271-3/+11
* Make sure that undefined is always returned for undefined data properties. Fi...jeresig2010-02-261-6/+16
* Make sure that jQuery.data( elem ) always returns a data object, fixes #5971....jeresig2010-01-281-7/+6
* Added support for .data(Object), overwriting the existing data object. Fixes ...John Resig2009-12-091-1/+15
* Split the queue code out from data.js into a dedicated queue.js file (also sp...John Resig2009-12-061-167/+0
* Added in the .delay() method for delaying the execution of queued functions a...jeresig2009-12-041-0/+15
* Fixing endlines.Mark Gibson2009-11-251-296/+296
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-291-1/+1
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-251-1/+1
* data should not add expando unless actually adding dataBrandon Aaron2009-09-151-6/+21
* jquery data: closes #5224. Exposing the expando.Ariel Flesler2009-09-141-0/+16
* Refactor queueing system to allow auto-dequeuing to use dequeue directly andYehuda Katz2009-07-161-23/+20
* Implemented .data() to get the entire data object. Closes #4284Yehuda Katz2009-07-161-0/+8
* clearQueue and next should now work with default fx on all browsersYehuda Katz2009-07-131-24/+7
* Add clearQueue for clearing non-fx queuesYehuda Katz2009-07-121-1/+97
* Added a next() shortcut for queuesYehuda Katz2009-07-121-0/+21
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-301-0/+160