aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.js
Commit message (Expand)AuthorAgeFilesLines
* Apply consistent ordering in all modules. -38 bytes. Order modules like funct...Timmy Willison2013-09-091-29/+29
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-2/+3
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+1
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-192/+10
* Fixes #14047 jQuery.data should not miss data-* w/ hyphenated property namesRick Waldron2013-06-241-1/+6
* Optimize cleanData: allow direct access to data_priv for cleanupRick Waldron2013-05-131-1/+3
* Use String.slice instead of String.substring in order to save a three bytes. ...Jason Bedard2013-05-081-1/+1
* Fixes #13850. Better removal of hyphenated data property names.Rick Waldron2013-05-021-3/+4
* Fixes #13815: Ensure each element has its own private data object - Tests by ...Corey Frang2013-04-241-6/+3
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-6/+6
* Add note about deprecation of _removeData and _dataRick Waldron2013-04-081-7/+2
* Move Data.prototype.accept => Data.acceptsRick Waldron2013-04-081-10/+18
* No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._da...Oleg Gaidarenko2013-04-081-9/+0
* No ticket. Simplifies data methods and updates comments. Closes gh-1233Oleg Gaidarenko2013-04-081-17/+15
* Fixes #8335. Do not allow add data to non-elements (2.x). Closes gh-1232Oleg Gaidarenko2013-04-081-6/+20
* Better approach the hasData side effects fix. Thanks gibson042Rick Waldron2013-04-011-8/+2
* Avoid side-effects when calling jQuery.hasDataRick Waldron2013-04-011-2/+8
* No ticket: Move property descriptor assignment to save a byte. Close gh-1188.stonelee2013-03-141-1/+1
* Fixes #13551. Guard against illegal data access by undefined elem-ownerRick Waldron2013-03-031-4/+7
* Simplify data-* attr lookup with camelKeyRick Waldron2013-03-021-4/+3
* Fixes #13550. .data should not miss attr() set data-* with hyphenated propert...Michał Gołębiowski2013-03-021-3/+4
* Remove dup camelKey pathRick Waldron2013-03-011-8/+0
* Fixes #13548. .data should not miss attr() set data-* with hyphenated propert...Rick Waldron2013-03-011-0/+8
* No ticket: Squeeze dataRichard Gibson2013-02-261-47/+35
* Fix #13494: Fallback defineProperties to jQuery.extend. Close gh-1182.Richard Gibson2013-02-261-36/+28
* No ticket: move jQuery.expando to coreRichard Gibson2013-02-251-4/+0
* Refactor: Data.prototype.access. Thanks to @RubyLouvre and @gibson042. Closes...Rick Waldron2013-02-131-16/+25
* Optimized Data rewriteRick Waldron2013-02-111-60/+92
* Ref fd43865c: restore correct logicRichard Gibson2013-02-041-1/+1
* Match the codebase standard, .split(" ") => .match( core_rnotwhite ) || []…...Rick Waldron2013-02-031-2/+3
* Standardize on a.indexOf(b) === -1, per @gibson042 review notesRick Waldron2013-02-031-1/+1
* Reduce hasData per @gibson042 review notes.Rick Waldron2013-02-031-4/+1
* Reduce Data.prototype.add by using the returned length value of this.owners.p...Rick Waldron2013-02-031-2/+1
* 2.0: Rewrite data.js (Incl. event, manipulation, tests)Rick Waldron2013-02-031-227/+214
* Minor updates. All parameters of an internal function are for internal use only.Timmy Willison2013-01-301-12/+12
* Fix jQuery #13251: use slice instead of substringRichard Gibson2013-01-171-1/+1
* Fix #8335: Avoid memory leak by never setting data on non-element non-documen...danilsomsikov2013-01-161-0/+5
* Revert data.js rewrite.Dave Methvin2013-01-031-193/+220
* Only splice from internal arrays when item actually exists.Rick Waldron2012-12-311-2/+5
* Updates to data.js re-write to pass events and manipulation (full pass in loc...Rick Waldron2012-12-311-8/+9
* 2.0: Rewrite data.jsRick Waldron2012-12-311-220/+189
* Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-271-1/+1
* Restore jQuery.access parameter mistakenly removed in 80d45a69Richard Gibson2012-11-061-1/+1
* Fix #10544. Remove deprecated .data() event namespaced triggering.Dave Methvin2012-10-311-23/+5
* Brute force property removal when removeData([a,b,c]). Fixes #12786Rick Waldron2012-10-241-0/+8
* Remove deprecated $.uuid and dunseled $.deletedIds.Dave Methvin2012-10-201-5/+0
* Don't expose jQuery.deletedIds. Close gh-889.Rick Waldron2012-10-201-1/+1
* Create private methods for processing data/removeData requests. Fixes #12519,...carldanley2012-10-161-152/+164
* Fix #12229, size/consistency improvements. Close gh-887.Richard Gibson2012-09-181-3/+3
* Fix #10863. Allow newlines in JSON data- attributes.Dave Methvin2012-08-231-1/+1