I want to make a loop in my function so that the slideshow effect always restarts.
Here’s my fiddle : http://jsfiddle.net/Be67B/
It’s all good for the image 1 to go to image 2, but I want it to fade it back to the image 1, and then go the image 2, and so on…to always loop like that.
What do I need to add in my code to make this work?
see this jquery cycle plugin:
http://jquery.malsup.com/cycle/
may be this is what you want