| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | added curly braces around all if/else statements | Karl Swedberg | 2009-11-28 | 1 | -16/+18 |
* | Fixing endlines. | Mark Gibson | 2009-11-25 | 1 | -170/+170 |
* | A follow-up to [6578] (which stopped adding expandos to elements that didn't ... | John Resig | 2009-09-25 | 1 | -5/+7 |
* | data should not add expando unless actually adding data | Brandon Aaron | 2009-09-15 | 1 | -14/+24 |
* | avoid creating a new data cache if we don't need one. Also, short-circuit the... | Yehuda Katz | 2009-09-15 | 1 | -9/+14 |
* | jquery data: adding missing semicolons | Ariel Flesler | 2009-09-15 | 1 | -3/+3 |
* | jquery data: closes #5224. Exposing the expando. | Ariel Flesler | 2009-09-14 | 1 | -0/+2 |
* | Refactor queueing system to allow auto-dequeuing to use dequeue directly and | Yehuda Katz | 2009-07-16 | 1 | -16/+23 |
* | Refactor jQuery.data a bit to reduce property lookups | Yehuda Katz | 2009-07-16 | 1 | -23/+15 |
* | Implemented .data() to get the entire data object. Closes #4284 | Yehuda Katz | 2009-07-16 | 1 | -0/+4 |
* | clearQueue and next should now work with default fx on all browsers | Yehuda Katz | 2009-07-13 | 1 | -4/+4 |
* | Fix dangling comma of death in data.js | Yehuda Katz | 2009-07-13 | 1 | -1/+1 |
* | Add clearQueue for clearing non-fx queues | Yehuda Katz | 2009-07-12 | 1 | -1/+4 |
* | Added a next() shortcut for queues | Yehuda Katz | 2009-07-12 | 1 | -1/+1 |
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -7/+7 |
* | jquery data: Fixed a weird patch merging issue from [6011] | Ariel Flesler | 2008-12-30 | 1 | -146/+1 |
* | jquery data: Oops.. forgot to commit the new data module. This is part of [60... | Ariel Flesler | 2008-12-30 | 1 | -0/+290 |