Home
last modified time | relevance | path

Searched refs:thisCache (Results 1 – 1 of 1) sorted by relevance

/plugin/jquery/
Djquery-1.4.2.js1010 var id = elem[ expando ], cache = jQuery.cache, thisCache;
1025 thisCache = cache[ id ] = jQuery.extend(true, {}, name);
1032 thisCache = cache[ id ];
1036 thisCache[ name ] = data; field
1039 return typeof name === "string" ? thisCache[ name ] : thisCache;
1051 var id = elem[ expando ], cache = jQuery.cache, thisCache = cache[ id ];
1055 if ( thisCache ) {
1057 delete thisCache[ name ];
1060 if ( jQuery.isEmptyObject(thisCache) ) {