I am wanting to have 2 jcarousel stack on top of each other.  The top
one will contain thumbnails and the bottom will contain more
information about the thumbnal.  Is it possible to link the thumbnail
to scroll to the correct "page" on the information jcarousel.

I have seen examples on how to have external controls;  however, those
are set up to control itself with the callbacks.  I am not that
familiar with jquery so any help would be appreciated. I am not sure
this is the correct way to ask it, but is there a way to get the
plugin-object on an element.

Pseudo code:

<a href="javascript:scrollToPage(3)">Page 3 </a>

function scrollToPage(number){
$('#mycarousel').jcarousel.options.scroll=number;
{

Reply via email to