alexsancho / jQuery-simpleSlider

converts a group of figure elements in a simple slideshow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery simpleSlider Plugin Build Status

This plugin converts a group of figure elements in a simple slideshow.

Usage

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>

Acknowledgements

© 2012, Alex Sancho. Released under the MIT License.

About

converts a group of figure elements in a simple slideshow


Languages

Language:JavaScript 100.0%