Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 863 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 863 Bytes

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.