Home
last modified time | relevance | path

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

/plugin/popupviewer/
H A Dscript.js24 _.popupImageStack = null;
464 var skipTo = $.inArray(content.current.get(0), _.popupImageStack) + e.data.direction;
465 skipTo = Math.min(_.popupImageStack.length-1, Math.max(skipTo, 0));
473 if ( !$(_.popupImageStack[skipTo]).is(content.current) ) {
476 var nextItem = _.popupImageStack[skipTo];
485 return _.popupImageStack.first().is(content.current);
489 return _.popupImageStack.last().is(content.current);
494 …if ( currentIsImage && _.popupImageStack && _.popupImageStack.size && _.popupImageStack.length > 1…
529 _.init = function(popupImageStack) { argument
531 _.popupImageStack = $(popupImageStack || '*[data-popupviewer]').each(function(){