| Commit message (Expand) | Author | Age | Files | Lines |
* | Build: improve specificity of eslint config; add ecma versions | Timmy Willison | 2024-06-06 | 1 | -0/+1 |
* | Build: migrate most grunt tasks off of grunt | Timmy Willison | 2023-09-18 | 1 | -11/+11 |
* | Docs: Fix incorrect `trac-NUMBER` references | Michał Gołębiowski-Owczarek | 2022-01-12 | 1 | -1/+1 |
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 1 | -16/+16 |
* | Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge) | Michał Gołębiowski-Owczarek | 2020-09-22 | 1 | -16/+0 |
* | Manipulation: Make jQuery.htmlPrefilter an identity function | Michał Gołębiowski-Owczarek | 2020-03-16 | 1 | -10/+10 |
* | Data:Event:Manipulation: Prevent collisions with Object.prototype | Michał Gołębiowski-Owczarek | 2020-03-02 | 1 | -0/+15 |
* | Tests: Remove obsolete jQuery data tests | Michał Gołębiowski-Owczarek | 2020-01-13 | 1 | -7/+0 |
* | Core: Remove IE-specific support tests, rely on document.documentMode | Michał Gołębiowski-Owczarek | 2019-05-13 | 1 | -8/+6 |
* | Core: Remove deprecated jQuery APIs | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -1/+10 |
* | Data: Separate data & css/effects camelCase implementations | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -1/+19 |
* | Build: Update test code for compatibility with QUnit 2.x (#4297) | abnud1 | 2019-02-18 | 1 | -3/+3 |
* | Core: adjust data tests to ensure proper camelCasing | Timmy Willison | 2018-01-08 | 1 | -29/+96 |
* | Core: make camelCase function available only for internal usage | Nilton Cesar | 2018-01-08 | 1 | -8/+5 |
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 1 | -1/+1 |
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -3/+3 |
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 1 | -2/+2 |
* | Core: Deprecate jQuery.parseJSON | Michał Gołębiowski | 2016-03-02 | 1 | -3/+3 |
* | Tests: Provide equal() arguments in correct order (actual, expected) | Richard Gibson | 2015-09-08 | 1 | -12/+13 |
* | Data: avoid using delete on DOM nodes | Jason Bedard | 2015-09-08 | 1 | -1/+18 |
* | Tests: more style corrections | Oleg Gaidarenko | 2015-09-08 | 1 | -1/+1 |
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 1 | -2/+2 |
* | Data: do not create data cache when fetching single property | Jason Bedard | 2015-09-08 | 1 | -0/+16 |
* | Data: Don't expose jQuery.acceptData | Jason Bedard | 2015-09-08 | 1 | -15/+14 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -333/+339 |
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 1 | -257/+260 |
* | Tests: don't use deprecated argument in test declaration | Oleg Gaidarenko | 2015-07-30 | 1 | -8/+24 |
* | Data: remove the expando when there's no more data | Timmy Willison | 2015-05-12 | 1 | -2/+19 |
* | Data: camelCasing should not ignore case | Timmy Willison | 2015-05-04 | 1 | -0/+10 |
* | Data: always camelCase keys in .data() | Timmy Willison | 2015-05-04 | 1 | -5/+31 |
* | Data: do not include digits when camelCasing | Timmy Willison | 2015-05-03 | 1 | -4/+5 |
* | Data: Drop the tests relying on applets | Michał Gołębiowski | 2015-03-25 | 1 | -6/+3 |
* | Data: Use a PDF object instead of a Java applet for acceptData testing | Michał Gołębiowski | 2015-01-29 | 1 | -4/+4 |
* | Tests: Minor updates for QUnit 1.16 compatibility | Richard Gibson | 2014-12-05 | 1 | -2/+2 |
* | Build: Fix various typos | Oleg Gaidarenko | 2014-11-08 | 1 | -2/+2 |
* | Data: Work around IE11 bug with onpageshow attribute | Dave Methvin | 2014-04-30 | 1 | -0/+6 |
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 1 | -3/+19 |
* | Fix #14101: $().data() should be undefined, not null | Corey Frang | 2013-11-06 | 1 | -0/+6 |
* | Fix #14459: Use jQuery.parseJSON instead of JSON.parse | Richard Gibson | 2013-10-28 | 1 | -12/+2 |
* | Ref 2263134b: Better identify potential JSON. Close gh-1401. | Ronny Springer | 2013-10-16 | 1 | -12/+45 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -8/+8 |
* | Fixes #14047 jQuery.data should not miss data-* w/ hyphenated property names | Rick Waldron | 2013-06-24 | 1 | -0/+11 |
* | Fixes #13850. Better removal of hyphenated data property names. | Rick Waldron | 2013-05-02 | 1 | -0/+29 |
* | Fixes #13815: Ensure each element has its own private data object - Tests by ... | Corey Frang | 2013-04-24 | 1 | -0/+12 |
* | Update jshintrc to conform to new style guide. Conform to onevar and unused i... | Timmy Willison | 2013-04-09 | 1 | -22/+29 |
* | Move size() test to deprecated.js and avoid in other tests. Close gh-1237. | Michał Gołębiowski | 2013-04-08 | 1 | -1/+1 |
* | Fixes #8335. Do not allow add data to non-elements (2.x). Closes gh-1232 | Oleg Gaidarenko | 2013-04-08 | 1 | -8/+20 |
* | Removes unnecessary "object/applet" element test from data tests. | Rick Waldron | 2013-04-07 | 1 | -7/+0 |
* | Avoid side-effects when calling jQuery.hasData | Rick Waldron | 2013-04-01 | 1 | -0/+11 |
* | bind/unbind changed to on/off in unit tests; refs #13554 | Michał Gołębiowski | 2013-03-25 | 1 | -2/+2 |