| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix typos, close gh-1187. | stonelee | 2013-03-25 | 1 | -1/+1 |
* | Make data test titles more consistent and accurate | Rick Waldron | 2013-03-03 | 1 | -7/+7 |
* | Fixes #13551. Guard against illegal data access by undefined elem-owner | Rick Waldron | 2013-03-03 | 1 | -0/+11 |
* | test/unit/data.js style nits | Rick Waldron | 2013-03-02 | 1 | -9/+11 |
* | Fixes #13550. .data should not miss attr() set data-* with hyphenated propert... | Michał Gołębiowski | 2013-03-02 | 1 | -5/+13 |
* | Fixes #13548. .data should not miss attr() set data-* with hyphenated propert... | Rick Waldron | 2013-03-01 | 1 | -1/+12 |
* | Old acceptData tests refactored and adapted to support new data system | Rick Waldron | 2013-02-28 | 1 | -27/+21 |
* | Refactor: Data.prototype.access. Thanks to @RubyLouvre and @gibson042. Closes... | Rick Waldron | 2013-02-13 | 1 | -8/+26 |
* | Optimized Data rewrite | Rick Waldron | 2013-02-11 | 1 | -4/+7 |
* | 2.0: Rewrite data.js (Incl. event, manipulation, tests) | Rick Waldron | 2013-02-03 | 1 | -2/+36 |
* | Fix #8335: Avoid memory leak by never setting data on non-element non-documen... | danilsomsikov | 2013-01-16 | 1 | -1/+12 |
* | Remove deleteExpando detect. | Dave Methvin | 2013-01-03 | 1 | -34/+0 |
* | Revert data.js rewrite. | Dave Methvin | 2013-01-03 | 1 | -35/+6 |
* | 2.0: Rewrite data.js | Rick Waldron | 2012-12-31 | 1 | -6/+35 |
* | Restore jQuery.access parameter mistakenly removed in 80d45a69 | Richard Gibson | 2012-11-06 | 1 | -25/+38 |
* | Fix #10544. Remove deprecated .data() event namespaced triggering. | Dave Methvin | 2012-10-31 | 1 | -58/+1 |
* | Implement expectation test instead of using _removeData. Close gh-997. | Timo Tijhof | 2012-10-28 | 1 | -75/+49 |
* | Simplify tests for #12786, reduce to only those required to support the fix | Rick Waldron | 2012-10-25 | 1 | -57/+22 |
* | Less deep and more strict. | Rick Waldron | 2012-10-25 | 1 | -2/+2 |
* | Remove .hyphen property from tests (left behind in refactoring) | Rick Waldron | 2012-10-24 | 1 | -6/+3 |
* | Brute force property removal when removeData([a,b,c]). Fixes #12786 | Rick Waldron | 2012-10-24 | 1 | -0/+70 |
* | Create private methods for processing data/removeData requests. Fixes #12519,... | carldanley | 2012-10-16 | 1 | -9/+9 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -3/+9 |
* | Fix #10863. Allow newlines in JSON data- attributes. | Dave Methvin | 2012-08-23 | 1 | -1/+8 |
* | Fix #7579. Don't convert to number if it changes the string. Close gh-852. | Dave Methvin | 2012-07-25 | 1 | -3/+7 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -15/+15 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -12/+19 |
* | Fix #11435. Remove obsolete test code. | Andy Monat | 2012-04-04 | 1 | -6/+0 |
* | Fix #11309. Recognize hexadecimal in data attributes. | Sindre Sorhus | 2012-02-09 | 1 | -1/+3 |
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -2/+1 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -78/+78 |
* | Landing pull request 512. 1.7 - removeData now takes space separated lists an... | Corey Frang | 2011-09-19 | 1 | -1/+23 |
* | Landing pull request 503. 1.7 data: set a flag in the private data cache to a... | Corey Frang | 2011-09-19 | 1 | -0/+21 |
* | Landing pull request 500. 1.7 - "public data" stored as a key on "internal da... | Corey Frang | 2011-09-19 | 1 | -7/+8 |