This plugin converts a group of figure elements in a simple slideshow.
First include this script after jQuery.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="jQuery.simpleSlider.min.js"></script>
Then you only need to call the method using any selector that contains a group of figure elements.
<script>
jQuery(function() {
jQuery('.myslider').simpleSlider();
});
</script>
© 2012, Alex Sancho. Released under the MIT License.