aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.js
Commit message (Expand)AuthorAgeFilesLines
* Make sure that data properties with hyphens are always accessed/set using cam...John Resig2011-05-101-2/+2
* Global found in dataAttr functiontimmywil2011-05-061-1/+1
* Fixes #7328. When getting data- attributes, after-cap any embedded dashes per...Alexis Abril2011-04-101-4/+8
* Only perpetrate the .toJSON hack on data caches when they are attached to a p...Dave Methvin2011-02-171-1/+10
* Update jQuery.data to use jQuery.noop for toJSON hack instead of an additiona...Colin Snover2011-02-141-3/+1
* Hide metadata when serializing JS objects using JSON.stringify via a toJSON h...Colin Snover2011-02-141-3/+23
* Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...Colin Snover2011-02-081-3/+1
* Update $.data to use a function instead of an object when attaching to JS obj...Colin Snover2011-02-071-2/+4
* Introduce a temporary hack to allow jQuery.fn.data("events") to continue to w...Colin Snover2011-01-171-0/+7
* Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-091-55/+107
* Merge SlexAxton/jquery:master into jquery/jquery:master.Colin Snover2010-12-261-1/+2
|\
| * Changed the expando string to use a random number instead of the time, so col...Alex Sexton2010-12-261-2/+3
* | Code style fixColin Snover2010-12-221-1/+1
* | More unit tests and a $.hasData that works for JS objects too.Colin Snover2010-12-221-1/+5
* | Update jQuery.hasData to always return a boolean, with unit tests.Colin Snover2010-12-221-1/+1
* | Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the...Colin Snover2010-12-191-2/+6
* | Only try to get data attributes for a jQuery-wrapped object if it is actually...Colin Snover2010-12-031-7/+9
* | Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-1/+2
* | Only need to declare the data once.jeresig2010-10-211-3/+3
* | Make sure that .data() (no args) returns a list of all the data- properties a...John Resig2010-10-171-21/+45
|/
* Fixes acceptData defining in the global scope.rwldrn2010-10-051-1/+1
* Using data() on JavaScript objects sets fields directly on the object. Note t...Dave Reed2010-09-291-30/+20
* Make sure that opacity is being reset properly on a show animation. Additiona...jeresig2010-09-271-3/+2
* Allow data to be bound to Flash objects (but still stopping short of attachin...jeresig2010-09-241-3/+17
* Make .data(Object) extend the existing data object. Fixes #6692.jeresig2010-09-221-2/+4
* Fix bug when accessing .data() on an empty set. Return null rather than throw...Jacob Wright2010-09-221-2/+2
* Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...jeresig2010-09-221-2/+3
* Make sure the data- number has at least one number in it before passing to is...jeresig2010-09-221-1/+1
* Escape RegExp braces to sooth JSLint's temper.jeresig2010-09-211-1/+1
* Switch to using isNaN instead of RegExp for data-.jeresig2010-09-211-2/+1
* Handle some additional data- number edge cases.jeresig2010-09-211-1/+1
* Make sure that the data- import also supports arrays.jeresig2010-09-211-1/+1
* Added in support for basic JSON object parsing of data- attributes.John Resig2010-09-211-6/+10
* Make sure that undefined is returned for not found data- attributes, not null.John Resig2010-09-211-1/+4
* Tweaked the data number RegExp some to handle some other edge cases.John Resig2010-09-211-1/+1
* Fixing the problem with data-* based numbers as mention by @jasonwebster in 2...jeresig2010-09-201-1/+1
* Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul...John Resig2010-09-201-1/+17
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-0/+4
* Make sure that .data() events don't bubble, per the discussion in 2e10af143b7...John Resig2010-07-271-2/+7
* Fix for issues discussed in 9faab0b74fd316c2161612236d9ea8a01f3c78f8. Goes to...Dave Reed2010-07-231-4/+6
* Ticket 6808. Updated per code review comments by jeresigInfinitiesLoop2010-07-231-6/+3
* Ticket #6808. Changes data() so on plain objects, it uses a function to conta...InfinitiesLoop2010-07-231-4/+25
* Ticket #6804. Adds a changeData event.InfinitiesLoop2010-07-201-0/+1
* Expose jQuery.uuid (use with caution) and make sure the expando property is u...John Resig2010-04-241-4/+8
* Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-231-1/+1
* Attach data directly to plain objects, no reason to use the central jQuery.ca...jeresig2010-02-271-10/+17
* Make sure that undefined is always returned for undefined data properties. Fi...jeresig2010-02-261-1/+1
* Found a better detect for deleting an expando, added back in removeAttribute ...jeresig2010-02-131-1/+4
* Clean up expando removal code - only try to delete the expando from an elemen...jeresig2010-02-131-27/+1
* Further optimize the empty/remove/cleanData logic.jeresig2010-01-281-0/+19