I need to do something similar to this:
jQuery( #ImgCarousel ).jcarousel({});
jQuery( #ImgCarouselCon ).hide();
ImgCarouselCon is the container div that is wrapped around the carousel. With this code the carousel is still being loaded when it is hidden and I get errors. I looked at jCarousels documentation but I can t find a callback that would work. Something like onComplete would be ideal but no dice.