I have a slideshow coded in jquery. I have adapted the code for auto play from this site. http://Www.safehandindia.com/orgch/about-organized-change/aboutus.html is the link to the slideshow page.
There the slideshow starts auto playing once the page loads. During the auto play if we switch to any other category say ‘who we are’ or ‘associates’ and then click on ‘home’ where the slideshow will be going on in the background, it gets stuck in a way it shows one particular slide repeatedly in between every transition though the auto play still goes on. Any suggestions?
Initially I had placed the auto play code inside document.ready function but as solution to this I tried moving it from there and placed it in my script(a solution I got from a forum) but the problem still continues