Home
last modified time | relevance | path

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

/plugin/popupviewer/
Dscript.js24 _.popupImageStack = null;
462 var skipTo = $.inArray(content.current.get(0), _.popupImageStack) + e.data.direction;
463 skipTo = Math.min(_.popupImageStack.length-1, Math.max(skipTo, 0));
471 if ( !$(_.popupImageStack[skipTo]).is(content.current) ) {
474 var nextItem = _.popupImageStack[skipTo];
483 return _.popupImageStack.first().is(content.current);
487 return _.popupImageStack.last().is(content.current);
492 …if ( currentIsImage && _.popupImageStack && _.popupImageStack.size && _.popupImageStack.length > 1…
527 _.init = function(popupImageStack) { argument
529 _.popupImageStack = $(popupImageStack || '*[data-popupviewer]').each(function(){