aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/data.js
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix incorrect `trac-NUMBER` referencesMichał Gołębiowski-Owczarek2022-01-121-1/+1
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-16/+16
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-16/+0
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-10/+10
* Data:Event:Manipulation: Prevent collisions with Object.prototypeMichał Gołębiowski-Owczarek2020-03-021-0/+15
* Tests: Remove obsolete jQuery data testsMichał Gołębiowski-Owczarek2020-01-131-7/+0
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-8/+6
* Core: Remove deprecated jQuery APIsMichał Gołębiowski-Owczarek2019-04-291-1/+10
* Data: Separate data & css/effects camelCase implementationsMichał Gołębiowski-Owczarek2019-04-291-1/+19
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-3/+3
* Core: adjust data tests to ensure proper camelCasingTimmy Willison2018-01-081-29/+96
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-081-8/+5
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-1/+1
* Build: ESLint detailsOleg Gaidarenko2016-06-111-3/+3
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-2/+2
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-021-3/+3
* Tests: Provide equal() arguments in correct order (actual, expected)Richard Gibson2015-09-081-12/+13
* Data: avoid using delete on DOM nodesJason Bedard2015-09-081-1/+18
* Tests: more style correctionsOleg Gaidarenko2015-09-081-1/+1
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-2/+2
* Data: do not create data cache when fetching single propertyJason Bedard2015-09-081-0/+16
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-15/+14
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-333/+339
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-257/+260
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-8/+24
* Data: remove the expando when there's no more dataTimmy Willison2015-05-121-2/+19
* Data: camelCasing should not ignore caseTimmy Willison2015-05-041-0/+10
* Data: always camelCase keys in .data()Timmy Willison2015-05-041-5/+31
* Data: do not include digits when camelCasingTimmy Willison2015-05-031-4/+5
* Data: Drop the tests relying on appletsMichał Gołębiowski2015-03-251-6/+3
* Data: Use a PDF object instead of a Java applet for acceptData testingMichał Gołębiowski2015-01-291-4/+4
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-2/+2
* Build: Fix various typosOleg Gaidarenko2014-11-081-2/+2
* Data: Work around IE11 bug with onpageshow attributeDave Methvin2014-04-301-0/+6
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-3/+19
* 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
* Fixes #14047 jQuery.data should not miss data-* w/ hyphenated property namesRick Waldron2013-06-241-0/+11
* Fixes #13850. Better removal of hyphenated data property names.Rick Waldron2013-05-021-0/+29
* Fixes #13815: Ensure each element has its own private data object - Tests by ...Corey Frang2013-04-241-0/+12
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-22/+29
* Move size() test to deprecated.js and avoid in other tests. Close gh-1237.Michał Gołębiowski2013-04-081-1/+1
* Fixes #8335. Do not allow add data to non-elements (2.x). Closes gh-1232Oleg Gaidarenko2013-04-081-8/+20
* Removes unnecessary "object/applet" element test from data tests.Rick Waldron2013-04-071-7/+0
* Avoid side-effects when calling jQuery.hasDataRick Waldron2013-04-011-0/+11
* bind/unbind changed to on/off in unit tests; refs #13554Michał Gołębiowski2013-03-251-2/+2
* Fix typos, close gh-1187.stonelee2013-03-251-1/+1
* Make data test titles more consistent and accurateRick Waldron2013-03-031-7/+7