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
*
Fix #8545. Plug event handling memory leak in oldIE.
Oleg
2012-04-04
1
-1
/
+5
*
Fix #11309. Recognize hexadecimal in data attributes.
Sindre Sorhus
2012-02-09
1
-1
/
+1
*
Precompute the parts array; clean up a JSLint complaint.
Dave Methvin
2011-12-06
1
-3
/
+4
*
Fix #5571. Setters should treat `undefined` as a no-op and be chainable.
Richard Gibson
2011-12-06
1
-28
/
+35
*
It seems the convention is to use `self` for caching `jQuery ( this )` instea...
Justin
2011-11-06
1
-3
/
+3
*
Removing a stale line of code in `.data()`
Corey Frang
2011-11-06
1
-10
/
+12
*
User internalKey instead of jQuery.expando. Fixes #10675
Rick Waldron
2011-11-06
1
-7
/
+7
*
Make sure `.data("events")` still works, for now.
Dave Methvin
2011-10-26
1
-7
/
+8
*
Fix #10588. For now, event voyeurism only merits the look of disapproval.
Dave Methvin
2011-10-26
1
-3
/
+2
*
Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.
Dave Methvin
2011-10-11
1
-1
/
+1
*
Landing pull request 512. 1.7 - removeData now takes space separated lists an...
Corey Frang
2011-09-19
1
-4
/
+17
*
Landing pull request 503. 1.7 data: set a flag in the private data cache to a...
Corey Frang
2011-09-19
1
-4
/
+6
*
Landing pull request 500. 1.7 - "public data" stored as a key on "internal da...
Corey Frang
2011-09-19
1
-38
/
+23
*
Bug in rmultidash. Fixes #10194
rwldrn
2011-09-07
1
-2
/
+3
*
Test for window inference. Fixes #10080
rwldrn
2011-08-18
1
-2
/
+2
*
Ensure cache[id] exists before attempting to delete it. Fixes #10080
Rick Waldron
2011-08-17
1
-1
/
+2
*
Landing pull request 459. Do not allow assumed cache[id] in jQuery.data. Fixe...
Rick Waldron
2011-08-17
1
-1
/
+1
*
Supports interoperable removal of hyphenated/camelCase properties. Fixes #9413
Rick Waldron
2011-08-05
1
-2
/
+14
*
Do plain property check first, fallback to camelCase only if nec. Fixes #9794
Rick Waldron
2011-07-25
1
-5
/
+5
*
Correct non-null|undefined evaluation of data property values. Fixes #9794
Rick Waldron
2011-07-10
1
-5
/
+21
*
Landing pull request 403. Check for both camelized and hyphenated data proper...
rwldrn
2011-06-06
1
-1
/
+4
*
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
[next]