Hi everyone, I need help with a jquery slideshow. I went through this tutorial, http://www.webchief.co.uk/blog/simple-jquery-slideshow/index.php, and their finished demo is here http://www.webchief.co.uk/blog/simple-jquery-slideshow/finishedSlideshow.html. The issue that I am having is that when I upload the script, css and images to my web page, when I leave the page that my slideshow is on and then return, say for example after a few moments, the slideshow tries to play catch up and cycles through the slides quicker than intended. How do I keep it from doing that? I have tried using window.onfocus and window.onblur, but I have only being able to get the slideshow to stop using the window.onblur, but I have not being able to get the slideshow to start again. Can someone help me with this problem? Thank You
Watch jquery tutorials on Youtube and you will see people building them. You will also learn some other jquery techniques too.