I have a carousel implemented with jQuery.
Sometimes I have other things on the page that might take some time to load and what happens is the carousel starts displaying without its CSS rendering OK. This gives a row of all the images in the carousel just displaying on the page.
Give it ~0.2 sec and all is well i.e. the CSS kicks in and the carousel displays correctly.
My question is if there's a way around it or even a "standard" way of delaying the showing of the carousel until we're certain that the rest of the page is loaded.
The carousel is already set to load on document.ready.