| Commit message (Expand) | Author | Age | Files | Lines |
* | No ticket: Move property descriptor assignment to save a byte. Close gh-1188. | stonelee | 2013-03-14 | 1 | -1/+1 |
* | Fixes #13551. Guard against illegal data access by undefined elem-owner | Rick Waldron | 2013-03-03 | 1 | -4/+7 |
* | Simplify data-* attr lookup with camelKey | Rick Waldron | 2013-03-02 | 1 | -4/+3 |
* | Fixes #13550. .data should not miss attr() set data-* with hyphenated propert... | Michał Gołębiowski | 2013-03-02 | 1 | -3/+4 |
* | Remove dup camelKey path | Rick Waldron | 2013-03-01 | 1 | -8/+0 |
* | Fixes #13548. .data should not miss attr() set data-* with hyphenated propert... | Rick Waldron | 2013-03-01 | 1 | -0/+8 |
* | No ticket: Squeeze data | Richard Gibson | 2013-02-26 | 1 | -47/+35 |
* | Fix #13494: Fallback defineProperties to jQuery.extend. Close gh-1182. | Richard Gibson | 2013-02-26 | 1 | -36/+28 |
* | No ticket: move jQuery.expando to core | Richard Gibson | 2013-02-25 | 1 | -4/+0 |
* | Refactor: Data.prototype.access. Thanks to @RubyLouvre and @gibson042. Closes... | Rick Waldron | 2013-02-13 | 1 | -16/+25 |
* | Optimized Data rewrite | Rick Waldron | 2013-02-11 | 1 | -60/+92 |
* | Ref fd43865c: restore correct logic | Richard Gibson | 2013-02-04 | 1 | -1/+1 |
* | Match the codebase standard, .split(" ") => .match( core_rnotwhite ) || []…... | Rick Waldron | 2013-02-03 | 1 | -2/+3 |
* | Standardize on a.indexOf(b) === -1, per @gibson042 review notes | Rick Waldron | 2013-02-03 | 1 | -1/+1 |
* | Reduce hasData per @gibson042 review notes. | Rick Waldron | 2013-02-03 | 1 | -4/+1 |
* | Reduce Data.prototype.add by using the returned length value of this.owners.p... | Rick Waldron | 2013-02-03 | 1 | -2/+1 |
* | 2.0: Rewrite data.js (Incl. event, manipulation, tests) | Rick Waldron | 2013-02-03 | 1 | -227/+214 |
* | Minor updates. All parameters of an internal function are for internal use only. | Timmy Willison | 2013-01-30 | 1 | -12/+12 |
* | Fix jQuery #13251: use slice instead of substring | Richard Gibson | 2013-01-17 | 1 | -1/+1 |
* | Fix #8335: Avoid memory leak by never setting data on non-element non-documen... | danilsomsikov | 2013-01-16 | 1 | -0/+5 |
* | Revert data.js rewrite. | Dave Methvin | 2013-01-03 | 1 | -193/+220 |
* | Only splice from internal arrays when item actually exists. | Rick Waldron | 2012-12-31 | 1 | -2/+5 |
* | Updates to data.js re-write to pass events and manipulation (full pass in loc... | Rick Waldron | 2012-12-31 | 1 | -8/+9 |
* | 2.0: Rewrite data.js | Rick Waldron | 2012-12-31 | 1 | -220/+189 |
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -1/+1 |
* | Restore jQuery.access parameter mistakenly removed in 80d45a69 | Richard Gibson | 2012-11-06 | 1 | -1/+1 |
* | Fix #10544. Remove deprecated .data() event namespaced triggering. | Dave Methvin | 2012-10-31 | 1 | -23/+5 |
* | Brute force property removal when removeData([a,b,c]). Fixes #12786 | Rick Waldron | 2012-10-24 | 1 | -0/+8 |
* | Remove deprecated $.uuid and dunseled $.deletedIds. | Dave Methvin | 2012-10-20 | 1 | -5/+0 |
* | Don't expose jQuery.deletedIds. Close gh-889. | Rick Waldron | 2012-10-20 | 1 | -1/+1 |
* | Create private methods for processing data/removeData requests. Fixes #12519,... | carldanley | 2012-10-16 | 1 | -152/+164 |
* | Fix #12229, size/consistency improvements. Close gh-887. | Richard Gibson | 2012-09-18 | 1 | -3/+3 |
* | Fix #10863. Allow newlines in JSON data- attributes. | Dave Methvin | 2012-08-23 | 1 | -1/+1 |
* | Fix #7579. Don't convert to number if it changes the string. Close gh-852. | Dave Methvin | 2012-07-25 | 1 | -2/+3 |
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -1/+2 |
* | DRY out removeData/cleanData, closes gh-838. | Richard Gibson | 2012-07-06 | 1 | -38/+14 |
* | Fix #10589. Remove deprecated $.fn.data("events") special case. | Dave Methvin | 2012-06-11 | 1 | -11/+4 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
* | Fix #8545. Plug event handling memory leak in oldIE. | Oleg | 2012-04-04 | 1 | -1/+5 |
* | Fix #11309. Recognize hexadecimal in data attributes. | Sindre Sorhus | 2012-02-09 | 1 | -1/+1 |
* | Precompute the parts array; clean up a JSLint complaint. | Dave Methvin | 2011-12-06 | 1 | -3/+4 |
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -28/+35 |
* | It seems the convention is to use `self` for caching `jQuery ( this )` instea... | Justin | 2011-11-06 | 1 | -3/+3 |
* | Removing a stale line of code in `.data()` | Corey Frang | 2011-11-06 | 1 | -10/+12 |
* | User internalKey instead of jQuery.expando. Fixes #10675 | Rick Waldron | 2011-11-06 | 1 | -7/+7 |
* | Make sure `.data("events")` still works, for now. | Dave Methvin | 2011-10-26 | 1 | -7/+8 |
* | Fix #10588. For now, event voyeurism only merits the look of disapproval. | Dave Methvin | 2011-10-26 | 1 | -3/+2 |
* | Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. | Dave Methvin | 2011-10-11 | 1 | -1/+1 |
* | Landing pull request 512. 1.7 - removeData now takes space separated lists an... | Corey Frang | 2011-09-19 | 1 | -4/+17 |
* | Landing pull request 503. 1.7 data: set a flag in the private data cache to a... | Corey Frang | 2011-09-19 | 1 | -4/+6 |