git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-restrictAttr
[jquery.git]
/
src
/
data.js
2010-11-09
John Resig
Make sure that when multiple variables are being declar...
blob
|
commitdiff
2010-10-22
jeresig
Only need to declare the data once.
blob
|
commitdiff
|
diff to current
2010-10-17
John Resig
Make sure that .data() (no args) returns a list of...
blob
|
commitdiff
|
diff to current
2010-10-05
rwldrn
Fixes acceptData defining in the global scope.
blob
|
commitdiff
|
diff to current
2010-09-29
Dave Reed
Using data() on JavaScript objects sets fields directly...
blob
|
commitdiff
|
diff to current
2010-09-27
jeresig
Make sure that opacity is being reset properly on a...
blob
|
commitdiff
|
diff to current
2010-09-24
jeresig
Allow data to be bound to Flash objects (but still...
blob
|
commitdiff
|
diff to current
2010-09-22
jeresig
Make .data(Object) extend the existing data object...
blob
|
commitdiff
|
diff to current
2010-09-22
Jacob Wright
Fix bug when accessing .data() on an empty set. Return...
blob
|
commitdiff
|
diff to current
2010-09-22
jeresig
Applied the RegExp issues reported by Jeff Robinson...
blob
|
commitdiff
|
diff to current
2010-09-22
jeresig
Make sure the data- number has at least one number...
blob
|
commitdiff
|
diff to current
2010-09-21
jeresig
Escape RegExp braces to sooth JSLint's temper.
blob
|
commitdiff
|
diff to current
2010-09-21
jeresig
Switch to using isNaN instead of RegExp for data-.
blob
|
commitdiff
|
diff to current
2010-09-21
jeresig
Handle some additional data- number edge cases.
blob
|
commitdiff
|
diff to current
2010-09-21
jeresig
Make sure that the data- import also supports arrays.
blob
|
commitdiff
|
diff to current
2010-09-21
John Resig
Added in support for basic JSON object parsing of data...
blob
|
commitdiff
|
diff to current
2010-09-21
John Resig
Make sure that undefined is returned for not found...
blob
|
commitdiff
|
diff to current
2010-09-21
John Resig
Tweaked the data number RegExp some to handle some...
blob
|
commitdiff
|
diff to current
2010-09-21
jeresig
Fixing the problem with data-* based numbers as mention...
blob
|
commitdiff
|
diff to current
2010-09-20
John Resig
Pull data-* attributes into .data(). Original code...
blob
|
commitdiff
|
diff to current
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
blob
|
commitdiff
|
diff to current
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
blob
|
commitdiff
|
diff to current
2010-07-27
John Resig
Make sure that .data() events don't bubble, per the...
blob
|
commitdiff
|
diff to current
2010-07-23
Dave Reed
Fix for issues discussed in 9faab0b74fd316c2161612236d9...
blob
|
commitdiff
|
diff to current
2010-07-22
InfinitiesLoop
Ticket 6808. Updated per code review comments by jeresig
blob
|
commitdiff
|
diff to current
2010-07-22
InfinitiesLoop
Ticket #6808. Changes data() so on plain objects, it...
blob
|
commitdiff
|
diff to current
2010-07-20
InfinitiesLoop
Ticket #6804. Adds a changeData event.
blob
|
commitdiff
|
diff to current
2010-06-20
John Resig
Expose jQuery.uuid (use with caution) and make sure...
blob
|
commitdiff
|
diff to current
2010-06-20
jeresig
Made it so that you no longer need to build jQuery...
blob
|
commitdiff
|
diff to current
2010-04-24
John Resig
Expose jQuery.uuid (use with caution) and make sure...
blob
|
commitdiff
|
diff to current
2010-03-23
jeresig
Made it so that you no longer need to build jQuery...
blob
|
commitdiff
|
diff to current
2010-02-27
jeresig
Attach data directly to plain objects, no reason to...
blob
|
commitdiff
|
diff to current
2010-02-26
jeresig
Make sure that undefined is always returned for undefin...
blob
|
commitdiff
|
diff to current
2010-02-13
jeresig
Found a better detect for deleting an expando, added...
blob
|
commitdiff
|
diff to current
2010-02-13
jeresig
Clean up expando removal code - only try to delete...
blob
|
commitdiff
|
diff to current
2010-01-28
jeresig
Further optimize the empty/remove/cleanData logic.
blob
|
commitdiff
|
diff to current
2010-01-28
jeresig
Make sure that jQuery.data( elem ) always returns a...
blob
|
commitdiff
|
diff to current
2009-12-22
jeresig
Made a number of spacing changes to bring the code...
blob
|
commitdiff
|
diff to current
2009-12-09
John Resig
Added support for .data(Object), overwriting the existi...
blob
|
commitdiff
|
diff to current
2009-12-07
John Resig
This is why you don't do commits when you're tired...
blob
|
commitdiff
|
diff to current
2009-12-07
John Resig
Make sure that expando properties aren't set on embed...
blob
|
commitdiff
|
diff to current
2009-12-06
John Resig
Split the queue code out from data.js into a dedicated...
blob
|
commitdiff
|
diff to current
2009-12-04
jeresig
Added in the .delay() method for delaying the execution...
blob
|
commitdiff
|
diff to current
2009-11-27
Karl Swedberg
added missing semicolons
blob
|
commitdiff
|
diff to current
2009-11-27
Karl Swedberg
added curly braces around all if/else statements
blob
|
commitdiff
|
diff to current
2009-11-25
Mark Gibson
Fixing endlines.
blob
|
commitdiff
|
diff to current
2009-09-25
John Resig
A follow-up to [6578] (which stopped adding expandos...
blob
|
commitdiff
|
diff to current
2009-09-15
Brandon Aaron
data should not add expando unless actually adding...
blob
|
commitdiff
|
diff to current
2009-09-15
Yehuda Katz
avoid creating a new data cache if we don't need one...
blob
|
commitdiff
|
diff to current
2009-09-15
Ariel Flesler
jquery data: adding missing semicolons
blob
|
commitdiff
|
diff to current
2009-09-14
Ariel Flesler
jquery data: closes #5224. Exposing the expando.
blob
|
commitdiff
|
diff to current
2009-07-16
Yehuda Katz
Refactor queueing system to allow auto-dequeuing to...
blob
|
commitdiff
|
diff to current
2009-07-16
Yehuda Katz
Refactor jQuery.data a bit to reduce property lookups
blob
|
commitdiff
|
diff to current
2009-07-16
Yehuda Katz
Implemented .data() to get the entire data object....
blob
|
commitdiff
|
diff to current
2009-07-13
Yehuda Katz
clearQueue and next should now work with default fx...
blob
|
commitdiff
|
diff to current
2009-07-13
Yehuda Katz
Fix dangling comma of death in data.js
blob
|
commitdiff
|
diff to current
2009-07-12
Yehuda Katz
Add clearQueue for clearing non-fx queues
blob
|
commitdiff
|
diff to current
2009-07-12
Yehuda Katz
Added a next() shortcut for queues
blob
|
commitdiff
|
diff to current
2009-03-23
Brandon Aaron
remove trailing spaces
blob
|
commitdiff
|
diff to current
2008-12-30
Ariel Flesler
jquery data: Fixed a weird patch merging issue from...
blob
|
commitdiff
|
diff to current
2008-12-30
Ariel Flesler
jquery data: Oops.. forgot to commit the new data modul...
blob
|
commitdiff
|
diff to current