I am attempting to get the index of the current item in a JCarousel so that I can display the current position within the Carousel to the user. For example, \'13/20\'.
H
You can use:
function trigger(carousel, state) { index = carousel.index(carousel.last, size of list); }