Home
last modified time | relevance | path

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

/plugin/showsamples/
H A Dscript.js3 var showCarouselItem = 0; variable
9 if (showCarouselItem < 1)
11 showCarouselItem--;
16 if (showCarouselItem >= showCarouselMax)
18 showCarouselItem++;
24 this.style.display = (showCarouselItem > 0) ? "" : "none";
28 this.style.display = (showCarouselItem < (showCarouselMax-1)) ? "" : "none";
30 jQuery ("div.showSamples div.slide").scrollTo ('li:eq('+showCarouselItem+')', 1000);
34 showCarouselItem = 0;
42 showCarouselItem = (showCarouselItem+1) % (jQuery ('div.showSamples div.slide ul li').length);