Im using the following carousel (http://gmarwaha.com/jquery/jcarousellite/index.php) on one of my pages and have an external pager to page through the carousel.

I need to do the following..

Get a reference to the carousel object and call a function on it to say display item index 2.

i.e. do somthing like this...

 $("#mycarousel").jCarouselLite({ ..options...});

// heres the bit I cant do..
var carousel = $("#mycarousel").getgetcarousel();
carousel.setItemIndex(2);
link|improve this question

44% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.