hi there,
I'm suing the jQuery cycle plug-in and it's awesome. However, there's one issue that I can't seem to get around.
My pages are loading via Ajax, but if I refresh a page directly through the browser, it's as if the timeout is still based on the previous pageview.
The slides themselves work properly, but the active slide on the pager is highlighting the wrong piece. Any idea how to reset the timeout or how to reset cycle on a fresh load - $('#divid').cycle('pause')
and $('#divid').cycle('stop')
don't seem to to the trick.
Thanks for any insight.