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

converts a group of figure elements in a simple slideshow

Notifications You must be signed in to change notification settings

alexsancho/jQuery-simpleSlider

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published