aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure that jQuery.data( elem ) always returns a data object, fixes #5971....jeresig2010-01-281-10/+7
* Made a number of spacing changes to bring the code more-inline with the jQuer...jeresig2009-12-211-4/+4
* Added support for .data(Object), overwriting the existing data object. Fixes ...John Resig2009-12-091-4/+12
* This is why you don't do commits when you're tired. Fixing bugs from 59802928...John Resig2009-12-071-2/+2
* Make sure that expando properties aren't set on embed, applet, or object elem...John Resig2009-12-061-0/+16
* Split the queue code out from data.js into a dedicated queue.js file (also sp...John Resig2009-12-061-74/+0
* Added in the .delay() method for delaying the execution of queued functions a...jeresig2009-12-041-0/+15
* added missing semicolonsKarl Swedberg2009-11-281-1/+1
* added curly braces around all if/else statementsKarl Swedberg2009-11-281-16/+18
* Fixing endlines.Mark Gibson2009-11-251-170/+170
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-251-5/+7
* data should not add expando unless actually adding dataBrandon Aaron2009-09-151-14/+24
* avoid creating a new data cache if we don't need one. Also, short-circuit the...Yehuda Katz2009-09-151-9/+14
* jquery data: adding missing semicolonsAriel Flesler2009-09-151-3/+3
* jquery data: closes #5224. Exposing the expando.Ariel Flesler2009-09-141-0/+2
* Refactor queueing system to allow auto-dequeuing to use dequeue directly andYehuda Katz2009-07-161-16/+23
* Refactor jQuery.data a bit to reduce property lookupsYehuda Katz2009-07-161-23/+15
* Implemented .data() to get the entire data object. Closes #4284Yehuda Katz2009-07-161-0/+4
* clearQueue and next should now work with default fx on all browsersYehuda Katz2009-07-131-4/+4
* Fix dangling comma of death in data.jsYehuda Katz2009-07-131-1/+1
* Add clearQueue for clearing non-fx queuesYehuda Katz2009-07-121-1/+4
* Added a next() shortcut for queuesYehuda Katz2009-07-121-1/+1
* remove trailing spacesBrandon Aaron2009-03-231-7/+7
* jquery data: Fixed a weird patch merging issue from [6011]Ariel Flesler2008-12-301-146/+1
* jquery data: Oops.. forgot to commit the new data module. This is part of [60...Ariel Flesler2008-12-301-0/+290