Hi folks/Ganeshji
I'm having trouble getting jCaroselLite to work "first time" round.
When I either link to a page containing a carousel or to a thickbox
containing a carousel, in neither case do the images appear when that
page/thickbox is visited via the link.
However, if I refresh the page, the images/the carousel appears immediately.
I'm trigger the plugin as...
$(document).ready(function() {
$(".mixedContent .jCarouselLite").jCarouselLite({
btnNext: ".mixedContent .next",
btnPrev: ".mixedContent .prev",
visible: 2,
scroll: 2
});
});
I'm sorry, but I just can see what it is that I'm doing wrong. Suggestions?
Thanks, Bruce