The next button is enabled even though there are no items in the carousel, and it seems as if JCarousel thinks it has infinite items, because when I click the next, it actually scrolls.
I want to disable the 'next' when there are no items in the Carousel.
The Carousel works perfectly when there are items in the carousel btw! I have absolutely no experience with JQuery, only some javascript.
This is what I have:
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
scroll:4
});
});
I think I should use initCallback somehow, but as I said, I have no experience with JQuery at all. BTW here is all JCarousel parameters and I think, how to set them.
Hopefully somebody out there will help me.
Thanks