jquery data: closes #5224. Exposing the expando.

This commit is contained in:
Ariel Flesler 2009-09-14 22:34:04 +00:00
parent 173c1477ae
commit a273120291
2 changed files with 18 additions and 0 deletions

View file

@ -2,6 +2,8 @@ var expando = "jQuery" + now(), uuid = 0, windowData = {};
jQuery.extend({
cache: {},
expando:expando,
data: function( elem, name, data ) {
elem = elem == window ?