Hey guys.... I have 2 carousels on a page. one is a single visible image scroller (main panel) and one is scrolling thumbnails. When someone clicks on the scroller, it loads that image in the main scroller. I have that working.
If no one clicks, the panels should autoscroll. The main panel shifts right every 10 seconds. And when that moves, I want the relevent thumbnail to goto the first visible position (or at least be visible). I thought I had it figured out but It doesnt work. I tried using "itemFirstInCallback" on the main panel and trigger the thumbnails to select the same image. But I don't know how to call the OTHER carousel. I tried also to use the trigger("click") jquery function, but that didnt work either. I also tried to define the instance like this but it didnt work either (kind of a shot in the dark) thumbnailsScroller = jQuery('#scroller_carousel').jcarousel({ Can someone point me in the right direction. ANY help is really appreciated. Thanks!