‹
›
-
SimpleCarousel (1)
-
SimpleCarousel (2)
-
SimpleCarousel (3)
-
SimpleCarousel (4)
-
SimpleCarousel (5)
-
SimpleCarousel (6)
-
SimpleCarousel (7)
-
SimpleCarousel (8)
-
SimpleCarousel (9)
-
SimpleCarousel (10)
-
SimpleCarousel (11)
-
SimpleCarousel (12)
-
SimpleCarousel (13)
-
SimpleCarousel (14)
-
SimpleCarousel (15)
-
SimpleCarousel (16)
-
SimpleCarousel (17)
-
SimpleCarousel (18)
-
SimpleCarousel (19)
-
SimpleCarousel (20)
-
SimpleCarousel (21)
-
SimpleCarousel (22)
-
SimpleCarousel (23)
-
SimpleCarousel (24)
Horizontal Switch, Auto Play
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.SimpleCarousel.js"></script>
<script type="text/javascript">
(function($){
$("#carousel").SimpleCarousel({
// V - Vertical(Default)
// H - Horizontal
playDirection: "H",
// Default: false
autoPlay: true
});
})(jQuery);
</script>
‹
›
-
SimpleCarousel (1)
-
SimpleCarousel (2)
-
SimpleCarousel (3)
-
SimpleCarousel (4)
-
SimpleCarousel (5)
-
SimpleCarousel (6)
-
SimpleCarousel (7)
-
SimpleCarousel (8)
-
SimpleCarousel (9)
-
SimpleCarousel (10)
-
SimpleCarousel (11)
-
SimpleCarousel (12)
-
SimpleCarousel (13)
-
SimpleCarousel (14)
-
SimpleCarousel (15)
-
SimpleCarousel (16)
-
SimpleCarousel (17)
-
SimpleCarousel (18)
-
SimpleCarousel (19)
-
SimpleCarousel (20)
-
SimpleCarousel (21)
-
SimpleCarousel (22)
-
SimpleCarousel (23)
-
SimpleCarousel (24)
Carousel, Horizontal Switch, Auto Play, Page Back
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.SimpleCarousel.js"></script>
<script type="text/javascript">
(function($){
$("#back-carousel").SimpleCarousel({
// Default: #carousel-container
container: "#back-carousel-container",
// Default: #carousel-list
carousel: "#back-carousel-list",
// Default: #carousel-prev-btn
prevBtn: "#back-carousel-prev-btn",
// Default: #carousel-next-btn
nextBtn: "#back-carousel-next-btn",
// V - Vertical(Default)
// H - Horizontal
playDirection: "H",
// Default: false
autoPlay: true,
// Default: forward
pageDirection: "back"
});
})(jQuery);
</script>





















