| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a temporary hack to allow jQuery.fn.data("events") to continue to w... | Colin Snover | 2011-01-17 | 1 | -0/+7 |
* | Change the way jQuery.data works so that there is no longer a chance of colli... | Colin Snover | 2011-01-09 | 1 | -55/+107 |
* | Merge SlexAxton/jquery:master into jquery/jquery:master. | Colin Snover | 2010-12-26 | 1 | -1/+2 |
|\ |
|
| * | Changed the expando string to use a random number instead of the time, so col... | Alex Sexton | 2010-12-26 | 1 | -2/+3 |
* | | Code style fix | Colin Snover | 2010-12-22 | 1 | -1/+1 |
* | | More unit tests and a $.hasData that works for JS objects too. | Colin Snover | 2010-12-22 | 1 | -1/+5 |
* | | Update jQuery.hasData to always return a boolean, with unit tests. | Colin Snover | 2010-12-22 | 1 | -1/+1 |
* | | Fix #7717 and #7165. Thanks to dmethvin and iliakan for their help fixing the... | Colin Snover | 2010-12-19 | 1 | -2/+6 |
* | | Only try to get data attributes for a jQuery-wrapped object if it is actually... | Colin Snover | 2010-12-03 | 1 | -7/+9 |
* | | Make sure that when multiple variables are being declared that assignments ar... | John Resig | 2010-11-09 | 1 | -1/+2 |
* | | Only need to declare the data once. | jeresig | 2010-10-21 | 1 | -3/+3 |
* | | Make sure that .data() (no args) returns a list of all the data- properties a... | John Resig | 2010-10-17 | 1 | -21/+45 |
|/ |
|
* | Fixes acceptData defining in the global scope. | rwldrn | 2010-10-05 | 1 | -1/+1 |
* | Using data() on JavaScript objects sets fields directly on the object. Note t... | Dave Reed | 2010-09-29 | 1 | -30/+20 |
* | Make sure that opacity is being reset properly on a show animation. Additiona... | jeresig | 2010-09-27 | 1 | -3/+2 |
* | Allow data to be bound to Flash objects (but still stopping short of attachin... | jeresig | 2010-09-24 | 1 | -3/+17 |
* | Make .data(Object) extend the existing data object. Fixes #6692. | jeresig | 2010-09-22 | 1 | -2/+4 |
* | Fix bug when accessing .data() on an empty set. Return null rather than throw... | Jacob Wright | 2010-09-22 | 1 | -2/+2 |
* | Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/... | jeresig | 2010-09-22 | 1 | -2/+3 |
* | Make sure the data- number has at least one number in it before passing to is... | jeresig | 2010-09-22 | 1 | -1/+1 |
* | Escape RegExp braces to sooth JSLint's temper. | jeresig | 2010-09-21 | 1 | -1/+1 |
* | Switch to using isNaN instead of RegExp for data-. | jeresig | 2010-09-21 | 1 | -2/+1 |
* | Handle some additional data- number edge cases. | jeresig | 2010-09-21 | 1 | -1/+1 |
* | Make sure that the data- import also supports arrays. | jeresig | 2010-09-21 | 1 | -1/+1 |
* | Added in support for basic JSON object parsing of data- attributes. | John Resig | 2010-09-21 | 1 | -6/+10 |
* | Make sure that undefined is returned for not found data- attributes, not null. | John Resig | 2010-09-21 | 1 | -1/+4 |
* | Tweaked the data number RegExp some to handle some other edge cases. | John Resig | 2010-09-21 | 1 | -1/+1 |
* | Fixing the problem with data-* based numbers as mention by @jasonwebster in 2... | jeresig | 2010-09-20 | 1 | -1/+1 |
* | Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul... | John Resig | 2010-09-20 | 1 | -1/+17 |
* | Make sure that jQuery works even when the individual modules are loaded separ... | jeresig | 2010-09-08 | 1 | -0/+4 |
* | Make sure that .data() events don't bubble, per the discussion in 2e10af143b7... | John Resig | 2010-07-27 | 1 | -2/+7 |
* | Fix for issues discussed in 9faab0b74fd316c2161612236d9ea8a01f3c78f8. Goes to... | Dave Reed | 2010-07-23 | 1 | -4/+6 |
* | Ticket 6808. Updated per code review comments by jeresig | InfinitiesLoop | 2010-07-23 | 1 | -6/+3 |
* | Ticket #6808. Changes data() so on plain objects, it uses a function to conta... | InfinitiesLoop | 2010-07-23 | 1 | -4/+25 |
* | Ticket #6804. Adds a changeData event. | InfinitiesLoop | 2010-07-20 | 1 | -0/+1 |
* | Expose jQuery.uuid (use with caution) and make sure the expando property is u... | John Resig | 2010-04-24 | 1 | -4/+8 |
* | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 1 | -1/+1 |
* | Attach data directly to plain objects, no reason to use the central jQuery.ca... | jeresig | 2010-02-27 | 1 | -10/+17 |
* | Make sure that undefined is always returned for undefined data properties. Fi... | jeresig | 2010-02-26 | 1 | -1/+1 |
* | Found a better detect for deleting an expando, added back in removeAttribute ... | jeresig | 2010-02-13 | 1 | -1/+4 |
* | Clean up expando removal code - only try to delete the expando from an elemen... | jeresig | 2010-02-13 | 1 | -27/+1 |
* | Further optimize the empty/remove/cleanData logic. | jeresig | 2010-01-28 | 1 | -0/+19 |
* | Make sure that jQuery.data( elem ) always returns a data object, fixes #5971.... | jeresig | 2010-01-28 | 1 | -10/+7 |
* | Made a number of spacing changes to bring the code more-inline with the jQuer... | jeresig | 2009-12-21 | 1 | -4/+4 |
* | Added support for .data(Object), overwriting the existing data object. Fixes ... | John Resig | 2009-12-09 | 1 | -4/+12 |
* | This is why you don't do commits when you're tired. Fixing bugs from 59802928... | John Resig | 2009-12-07 | 1 | -2/+2 |
* | Make sure that expando properties aren't set on embed, applet, or object elem... | John Resig | 2009-12-06 | 1 | -0/+16 |
* | Split the queue code out from data.js into a dedicated queue.js file (also sp... | John Resig | 2009-12-06 | 1 | -74/+0 |
* | Added in the .delay() method for delaying the execution of queued functions a... | jeresig | 2009-12-04 | 1 | -0/+15 |
* | added missing semicolons | Karl Swedberg | 2009-11-28 | 1 | -1/+1 |