I am trying to create a simple slider for my website and found this example on jsfiddle: http://jsfiddle.net/AtFeF/79/
From that I created an html file containing all th
Add jQuery
Enclose the script in onload, and add it after the jQuery script tag
onload
$(window).load(function(){ // existing code });
You can generally find what you need to add in left sidebar of jsFiddle