index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
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
/
src
/
data.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that data properties with hyphens are always accessed/set using cam...
John Resig
2011-05-10
1
-2
/
+2
*
Global found in dataAttr function
timmywil
2011-05-06
1
-1
/
+1
*
Fixes #7328. When getting data- attributes, after-cap any embedded dashes per...
Alexis Abril
2011-04-10
1
-4
/
+8
*
Only perpetrate the .toJSON hack on data caches when they are attached to a p...
Dave Methvin
2011-02-17
1
-1
/
+10
*
Update jQuery.data to use jQuery.noop for toJSON hack instead of an additiona...
Colin Snover
2011-02-14
1
-3
/
+1
*
Hide metadata when serializing JS objects using JSON.stringify via a toJSON h...
Colin Snover
2011-02-14
1
-3
/
+23
*
Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...
Colin Snover
2011-02-08
1
-3
/
+1
*
Update $.data to use a function instead of an object when attaching to JS obj...
Colin Snover
2011-02-07
1
-2
/
+4
*
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
[next]