Searched refs:thisCache (Results 1 – 1 of 1) sorted by relevance
1010 var id = elem[ expando ], cache = jQuery.cache, thisCache;1025 thisCache = cache[ id ] = jQuery.extend(true, {}, name);1032 thisCache = cache[ id ];1036 thisCache[ name ] = data; field1039 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) ) {