Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to use a...
[jquery.git] / src / data.js
2011-02-08 Colin SnoverRevert portions of 7acb141ed7f2dedd950bb65acf878098640d... master
2011-02-07 Colin SnoverUpdate $.data to use a function instead of an object...
2011-01-17 Colin SnoverIntroduce a temporary hack to allow jQuery.fn.data...
2011-01-09 Colin SnoverChange the way jQuery.data works so that there is no...
2010-12-27 Colin SnoverMerge SlexAxton/jquery:master into jquery/jquery:
2010-12-27 Alex SextonChanged the expando string to use a random number inste...
2010-12-23 Colin SnoverCode style fix
2010-12-22 Colin SnoverMore unit tests and a $.hasData that works for JS objec...
2010-12-22 Colin SnoverUpdate jQuery.hasData to always return a boolean, with...
2010-12-19 Colin SnoverFix #7717 and #7165. Thanks to dmethvin and iliakan...
2010-12-03 Colin SnoverOnly try to get data attributes for a jQuery-wrapped...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-10-22 jeresigOnly need to declare the data once.
2010-10-17 John ResigMake sure that .data() (no args) returns a list of...
2010-10-05 rwldrnFixes acceptData defining in the global scope.
2010-09-29 Dave ReedUsing data() on JavaScript objects sets fields directly...
2010-09-27 jeresigMake sure that opacity is being reset properly on a...
2010-09-24 jeresigAllow data to be bound to Flash objects (but still...
2010-09-22 jeresigMake .data(Object) extend the existing data object...
2010-09-22 Jacob WrightFix bug when accessing .data() on an empty set. Return...
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-22 jeresigMake sure the data- number has at least one number...
2010-09-21 jeresigEscape RegExp braces to sooth JSLint's temper.
2010-09-21 jeresigSwitch to using isNaN instead of RegExp for data-.
2010-09-21 jeresigHandle some additional data- number edge cases.
2010-09-21 jeresigMake sure that the data- import also supports arrays.
2010-09-21 John ResigAdded in support for basic JSON object parsing of data...
2010-09-21 John ResigMake sure that undefined is returned for not found...
2010-09-21 John ResigTweaked the data number RegExp some to handle some...
2010-09-21 jeresigFixing the problem with data-* based numbers as mention...
2010-09-20 John ResigPull data-* attributes into .data(). Original code...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-07-27 John ResigMake sure that .data() events don't bubble, per the...
2010-07-23 Dave ReedFix for issues discussed in 9faab0b74fd316c2161612236d9...
2010-07-22 InfinitiesLoopTicket 6808. Updated per code review comments by jeresig
2010-07-22 InfinitiesLoopTicket #6808. Changes data() so on plain objects, it...
2010-07-20 InfinitiesLoopTicket #6804. Adds a changeData event.
2010-06-20 John ResigExpose jQuery.uuid (use with caution) and make sure...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-04-24 John ResigExpose jQuery.uuid (use with caution) and make sure...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-02-27 jeresigAttach data directly to plain objects, no reason to...
2010-02-26 jeresigMake sure that undefined is always returned for undefin...
2010-02-13 jeresigFound a better detect for deleting an expando, added...
2010-02-13 jeresigClean up expando removal code - only try to delete...
2010-01-28 jeresigFurther optimize the empty/remove/cleanData logic.
2010-01-28 jeresigMake sure that jQuery.data( elem ) always returns a...
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-09 John ResigAdded support for .data(Object), overwriting the existi...
2009-12-07 John ResigThis is why you don't do commits when you're tired...
2009-12-07 John ResigMake sure that expando properties aren't set on embed...
2009-12-06 John ResigSplit the queue code out from data.js into a dedicated...
2009-12-04 jeresigAdded in the .delay() method for delaying the execution...
2009-11-27 Karl Swedbergadded missing semicolons
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-11-25 Mark GibsonFixing endlines.
2009-09-25 John ResigA follow-up to [6578] (which stopped adding expandos...
2009-09-15 Brandon Aarondata should not add expando unless actually adding...
2009-09-15 Yehuda Katzavoid creating a new data cache if we don't need one...
2009-09-15 Ariel Fleslerjquery data: adding missing semicolons
2009-09-14 Ariel Fleslerjquery data: closes #5224. Exposing the expando.
2009-07-16 Yehuda KatzRefactor queueing system to allow auto-dequeuing to...
2009-07-16 Yehuda KatzRefactor jQuery.data a bit to reduce property lookups
2009-07-16 Yehuda KatzImplemented .data() to get the entire data object....
2009-07-13 Yehuda KatzclearQueue and next should now work with default fx...
2009-07-13 Yehuda KatzFix dangling comma of death in data.js
2009-07-12 Yehuda KatzAdd clearQueue for clearing non-fx queues
2009-07-12 Yehuda KatzAdded a next() shortcut for queues
2009-03-23 Brandon Aaronremove trailing spaces
2008-12-30 Ariel Fleslerjquery data: Fixed a weird patch merging issue from...
2008-12-30 Ariel Fleslerjquery data: Oops.. forgot to commit the new data modul...