aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/data.js
Commit message (Expand)AuthorAgeFilesLines
...
* Bug in rmultidash. Fixes #10194rwldrn2011-09-071-10/+13
* Test for window inference. Fixes #10080rwldrn2011-08-181-0/+13
* Merge pull request #456 from rwldrn/9318Dave Methvin2011-08-051-3/+6
|\
| * Adds failing testsRick Waldron2011-08-051-2/+5
* | Adds failing tests for #9413Rick Waldron2011-08-051-0/+28
|/
* Correct non-null|undefined evaluation of data property values. Fixes #9794Rick Waldron2011-07-101-0/+26
* Landing pull request 403. Check for both camelized and hyphenated data proper...rwldrn2011-06-061-0/+17
* Make sure that data properties with hyphens are always accessed/set using cam...John Resig2011-05-101-2/+7
* Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-171-2/+2
* second batchlouisremi2011-04-111-23/+23
* Fixes #7328. When getting data- attributes, after-cap any embedded dashes per...Alexis Abril2011-04-101-1/+18
* Only perpetrate the .toJSON hack on data caches when they are attached to a p...Dave Methvin2011-02-171-6/+0
* Hide metadata when serializing JS objects using JSON.stringify via a toJSON h...Colin Snover2011-02-141-3/+29
* Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...Colin Snover2011-02-081-13/+2
* Update $.data to use a function instead of an object when attaching to JS obj...Colin Snover2011-02-071-4/+19
* Update unit tests with a leak detection mechanism for the various jQuery glob...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-76/+162
* More unit tests and a $.hasData that works for JS objects too.Colin Snover2010-12-221-6/+12
* Update jQuery.hasData to always return a boolean, with unit tests.Colin Snover2010-12-221-12/+21
* Only try to get data attributes for a jQuery-wrapped object if it is actually...Colin Snover2010-12-031-1/+4
* Add some more tests to make sure that pulling in data- properties on an eleme...John Resig2010-10-171-3/+11
* Make sure that .data() (no args) returns a list of all the data- properties a...John Resig2010-10-171-2/+21
* We removed deleteExpando after 1.4.2, for some reason. This caused problems w...John Resig2010-10-171-1/+6
* Added some more tests relating to attaching data to a window.John Resig2010-10-111-2/+11
* Using data() on JavaScript objects sets fields directly on the object. Note t...Dave Reed2010-09-291-26/+34
* Make sure that undefined is always returned for missing data properties. Foll...jeresig2010-09-241-1/+4
* Allow data to be bound to Flash objects (but still stopping short of attachin...jeresig2010-09-241-0/+18
* Make .data(Object) extend the existing data object. Fixes #6692.jeresig2010-09-221-2/+4
* Fix bug when accessing .data() on an empty set. Return null rather than throw...Jacob Wright2010-09-221-13/+16
* Make sure the data- number has at least one number in it before passing to is...jeresig2010-09-221-1/+5
* Handle some additional data- number edge cases.jeresig2010-09-211-11/+13
* Make sure that the data- import also supports arrays.jeresig2010-09-211-2/+4
* Added in support for basic JSON object parsing of data- attributes.John Resig2010-09-211-2/+4
* Tweaked the data number RegExp some to handle some other edge cases.John Resig2010-09-211-1/+5
* Fixing the problem with data-* based numbers as mention by @jasonwebster in 2...jeresig2010-09-201-1/+3
* Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul...John Resig2010-09-201-0/+68
* Make sure that .data() events don't bubble, per the discussion in 2e10af143b7...John Resig2010-07-271-1/+7
* Ticket #6808. Changes data() so on plain objects, it uses a function to conta...InfinitiesLoop2010-07-231-3/+4
* Ticket #6804. Adds a changeData event.InfinitiesLoop2010-07-201-5/+20
* 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