jquery data: closes #5224. Exposing the expando.
This commit is contained in:
parent
173c1477ae
commit
a273120291
2 changed files with 18 additions and 0 deletions
|
@ -2,6 +2,8 @@ var expando = "jQuery" + now(), uuid = 0, windowData = {};
|
|||
|
||||
jQuery.extend({
|
||||
cache: {},
|
||||
|
||||
expando:expando,
|
||||
|
||||
data: function( elem, name, data ) {
|
||||
elem = elem == window ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue