aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/data.js
Commit message (Expand)AuthorAgeFilesLines
* Make data test titles more consistent and accurateRick Waldron2013-03-031-7/+7
* Fixes #13551. Guard against illegal data access by undefined elem-ownerRick Waldron2013-03-031-0/+11
* test/unit/data.js style nitsRick Waldron2013-03-021-9/+11
* Fixes #13550. .data should not miss attr() set data-* with hyphenated propert...Michał Gołębiowski2013-03-021-5/+13
* Fixes #13548. .data should not miss attr() set data-* with hyphenated propert...Rick Waldron2013-03-011-1/+12
* Old acceptData tests refactored and adapted to support new data systemRick Waldron2013-02-281-27/+21
* Refactor: Data.prototype.access. Thanks to @RubyLouvre and @gibson042. Closes...Rick Waldron2013-02-131-8/+26
* Optimized Data rewriteRick Waldron2013-02-111-4/+7
* 2.0: Rewrite data.js (Incl. event, manipulation, tests)Rick Waldron2013-02-031-2/+36
* Fix #8335: Avoid memory leak by never setting data on non-element non-documen...danilsomsikov2013-01-161-1/+12
* Remove deleteExpando detect.Dave Methvin2013-01-031-34/+0
* Revert data.js rewrite.Dave Methvin2013-01-031-35/+6
* 2.0: Rewrite data.jsRick Waldron2012-12-311-6/+35
* Restore jQuery.access parameter mistakenly removed in 80d45a69Richard Gibson2012-11-061-25/+38
* Fix #10544. Remove deprecated .data() event namespaced triggering.Dave Methvin2012-10-311-58/+1
* Implement expectation test instead of using _removeData. Close gh-997.Timo Tijhof2012-10-281-75/+49
* Simplify tests for #12786, reduce to only those required to support the fixRick Waldron2012-10-251-57/+22
* Less deep and more strict.Rick Waldron2012-10-251-2/+2
* Remove .hyphen property from tests (left behind in refactoring)Rick Waldron2012-10-241-6/+3
* Brute force property removal when removeData([a,b,c]). Fixes #12786Rick Waldron2012-10-241-0/+70
* Create private methods for processing data/removeData requests. Fixes #12519,...carldanley2012-10-161-9/+9
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-3/+9
* Fix #10863. Allow newlines in JSON data- attributes.Dave Methvin2012-08-231-1/+8
* Fix #7579. Don't convert to number if it changes the string. Close gh-852.Dave Methvin2012-07-251-3/+7
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-15/+15
* Unit tests are linted and passing.Rick Waldron2012-06-211-12/+19
* Fix #11435. Remove obsolete test code.Andy Monat2012-04-041-6/+0
* Fix #11309. Recognize hexadecimal in data attributes.Sindre Sorhus2012-02-091-1/+3
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-2/+1
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-78/+78
* Landing pull request 512. 1.7 - removeData now takes space separated lists an...Corey Frang2011-09-191-1/+23
* Landing pull request 503. 1.7 data: set a flag in the private data cache to a...Corey Frang2011-09-191-0/+21
* Landing pull request 500. 1.7 - "public data" stored as a key on "internal da...Corey Frang2011-09-191-7/+8
* 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