> I have a slideshow, which repeats on different pages (for example / > index-1.html, /index-2.html etc). > Slideshow is in main template, shared by all other pages. > What I'm trying to do is if page is changed from index-1 to index-2 > (e.g. user clicks on some link on page), > slideshow on index-2 will start where slideshow on index-1 ended. > I'm using cookie for this - storing index of current slide every time > cycle.after event occurs > and try to start from this index if cookie is set:
Can you post a link?