index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
data.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some more tests to make sure that pulling in data- properties on an eleme...
John Resig
2010-10-17
1
-3
/
+11
*
Make sure that .data() (no args) returns a list of all the data- properties a...
John Resig
2010-10-17
1
-2
/
+21
*
We removed deleteExpando after 1.4.2, for some reason. This caused problems w...
John Resig
2010-10-17
1
-1
/
+6
*
Added some more tests relating to attaching data to a window.
John Resig
2010-10-11
1
-2
/
+11
*
Using data() on JavaScript objects sets fields directly on the object. Note t...
Dave Reed
2010-09-29
1
-26
/
+34
*
Make sure that undefined is always returned for missing data properties. Foll...
jeresig
2010-09-24
1
-1
/
+4
*
Allow data to be bound to Flash objects (but still stopping short of attachin...
jeresig
2010-09-24
1
-0
/
+18
*
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
-13
/
+16
*
Make sure the data- number has at least one number in it before passing to is...
jeresig
2010-09-22
1
-1
/
+5
*
Handle some additional data- number edge cases.
jeresig
2010-09-21
1
-11
/
+13
*
Make sure that the data- import also supports arrays.
jeresig
2010-09-21
1
-2
/
+4
*
Added in support for basic JSON object parsing of data- attributes.
John Resig
2010-09-21
1
-2
/
+4
*
Tweaked the data number RegExp some to handle some other edge cases.
John Resig
2010-09-21
1
-1
/
+5
*
Fixing the problem with data-* based numbers as mention by @jasonwebster in 2...
jeresig
2010-09-20
1
-1
/
+3
*
Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul...
John Resig
2010-09-20
1
-0
/
+68
*
Make sure that .data() events don't bubble, per the discussion in 2e10af143b7...
John Resig
2010-07-27
1
-1
/
+7
*
Ticket #6808. Changes data() so on plain objects, it uses a function to conta...
InfinitiesLoop
2010-07-23
1
-3
/
+4
*
Ticket #6804. Adds a changeData event.
InfinitiesLoop
2010-07-20
1
-5
/
+20
*
Attach data directly to plain objects, no reason to use the central jQuery.ca...
jeresig
2010-02-27
1
-3
/
+11
*
Make sure that undefined is always returned for undefined data properties. Fi...
jeresig
2010-02-26
1
-6
/
+16
*
Make sure that jQuery.data( elem ) always returns a data object, fixes #5971....
jeresig
2010-01-28
1
-7
/
+6
*
Added support for .data(Object), overwriting the existing data object. Fixes ...
John Resig
2009-12-09
1
-1
/
+15
*
Split the queue code out from data.js into a dedicated queue.js file (also sp...
John Resig
2009-12-06
1
-167
/
+0
*
Added in the .delay() method for delaying the execution of queued functions a...
jeresig
2009-12-04
1
-0
/
+15
*
Fixing endlines.
Mark Gibson
2009-11-25
1
-296
/
+296
*
Switched from using QUnit's isObj/isSet to the more robust same method.
John Resig
2009-09-29
1
-1
/
+1
*
A follow-up to [6578] (which stopped adding expandos to elements that didn't ...
John Resig
2009-09-25
1
-1
/
+1
*
data should not add expando unless actually adding data
Brandon Aaron
2009-09-15
1
-6
/
+21
*
jquery data: closes #5224. Exposing the expando.
Ariel Flesler
2009-09-14
1
-0
/
+16
*
Refactor queueing system to allow auto-dequeuing to use dequeue directly and
Yehuda Katz
2009-07-16
1
-23
/
+20
*
Implemented .data() to get the entire data object. Closes #4284
Yehuda Katz
2009-07-16
1
-0
/
+8
*
clearQueue and next should now work with default fx on all browsers
Yehuda Katz
2009-07-13
1
-24
/
+7
*
Add clearQueue for clearing non-fx queues
Yehuda Katz
2009-07-12
1
-1
/
+97
*
Added a next() shortcut for queues
Yehuda Katz
2009-07-12
1
-0
/
+21
*
jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...
Ariel Flesler
2008-12-30
1
-0
/
+160