It's powerful and at the same time a

SIMPLE SLIDER

Let me show you how simple
Grab your shit together and

INCLUDE

Now you have the files you can include them in your header.

<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <script type="text/javascript" src="transit.js"></script> <script type="text/javascript" src="touchSwipe.js"></script> <script type="text/javascript" src="simpleSlider.js"></script>
Done? Let's move on!
Time to start this party

BIND IT

Now it's time to bind the simpleslider on your HTML element. Check the Github README for an example HTML.

$(document).ready(function(){ $(".slider").simpleSlider(); });
Done? Let's move on again!
And you're done! Grab a beer and

WATCH

SimpleSlider will now do the rest. Are you looking for more options? Check the Github readme!

SimpleSlider standard comes with a few methods, triggers and a tracker. These are all easy to configure. More information about them can be found on the Github page
Btw, this site has been made using simpleslider!