A simple, lightweight slider plugin for jQuery, that only uses CSS for animations.
Have your slider container and items on the page like so:
<div id="slider-one" class="slider-demo">
<img src="images/image1.png" alt="image 1">
<img src="images/image2.png" alt="image 2">
...
</div>Initiate your slider and tell it what items to use:
$( '#slider-one' ).develoSlider({
items: $( '#slider-one img' )
} );For some more advanced usages and documentation then have a look in the the examples folder.
We have some working examples and documentation on our website: http://www.develodesign.co.uk/develo-slider/examples/