Simple Plain jQuery Image Slider Plugin - Carry On Carousel

File Size: 1.6 MB
Views Total: 1999
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Simple Plain jQuery Image Slider Plugin - Carry On Carousel

Carry On Carousel is a lightweight, simple jQuery image slider plugin which allows you to loop infinitely through an array images with a crossfade transition effect. No Configuration. No Options. No Controls. Data attribute driven.

How to use it:

1. Create a DIV container for your carousel and embed an array of images into the carousel using data-images attribute.

<div id="carousel"  
     data-images='["1.jpg", "2.jpg", "3.jpg"]'
>

2. Add the jQuery Carry On Carousel plugin after jQuery JavaScript library.

<script src="jquery.js"></script>
<script src="carryoncarousel.js"></script>

3. Initialize the plugin on document ready and done.

$("#carousel").carryOnCarousel();    

This awesome jQuery plugin is developed by intenseagile. For more Advanced Usages, please check the demo page or visit the official website.