Home
last modified time | relevance | path

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

/plugin/showsamples/
H A Dscript.js5 var showCarouselMax = jQuery ('div.showSamples div.slide ul li').length; variable
16 if (showCarouselItem >= showCarouselMax)
26 var showCarouselMax = jQuery ('div.showSamples div.slide ul li').length;
28 this.style.display = (showCarouselItem < (showCarouselMax-1)) ? "" : "none";
41 if (showCarouselMax)