aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/data.js
Commit message (Expand)AuthorAgeFilesLines
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-25/+27
* Revert "Data: do not include digits when camelCasing"Oleg Gaidarenko2015-12-221-35/+14
* Revert "Data: always camelCase keys in .data()"Oleg Gaidarenko2015-12-221-176/+50
* Revert "Data: camelCasing should not ignore case"Oleg Gaidarenko2015-12-221-19/+0
* Tests: Provide equal() arguments in correct order (actual, expected)Richard Gibson2015-09-081-1/+1
* Tests: more style correctionsOleg Gaidarenko2015-09-081-4/+5
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-2/+2
* Tests: do not create data cache when fetching single propertyJason Bedard2015-09-081-0/+16
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-35/+19
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-344/+694
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-315/+321
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-6/+18
* Data: camelCasing should not ignore caseTimmy Willison2015-05-041-0/+10
* Data: always camelCase keys in .data()Timmy Willison2015-05-041-6/+90
* Data: do not include digits when camelCasingTimmy Willison2015-05-041-4/+5
* Core: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-251-2/+1
* Data: Use a PDF object instead of a Java applet for acceptData testingMichał Gołębiowski2015-01-291-4/+4
* Data: use removeAttribute in cleanData to bypass Chrome bugJason Bedard2014-12-101-10/+2
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-3/+3
* Build: Fix various typosOleg Gaidarenko2014-11-081-1/+1
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-301-0/+6
* Ref c66a5e70: Synchronize unit tests with masterRichard Gibson2013-11-071-1/+2
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-9/+13
* Fix #14101: $().data() should be undefined, not nullCorey Frang2013-11-061-0/+6
* Fix #14459: Use jQuery.parseJSON instead of JSON.parseRichard Gibson2013-10-281-12/+2
* Ref 2263134b: Better identify potential JSON. Close gh-1401.Ronny Springer2013-10-161-12/+45
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-8/+8
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-25/+34
* Ref #13554: Move redundant methods to event-alias.js. Close gh-1225.Michał Gołębiowski2013-04-071-2/+2
* Fix #8335: Avoid memory leak by never setting data on non-element non-documen...danilsomsikov2013-01-161-1/+12
* 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