check the JS console for errors. if somehow your code above is executed
before bootstrap has finished loading it bet the init fails...though i
wouldn't expect it to work at all. i guess check the console and let us
know if you see errors.
On Wednesday, July 25, 2012 9:04:00 AM UTC-7, dundee wrote:
>
>
> Hi all,
>
> Any ideas why twitter bootstrap carousel not cycling.
>
> I followed what was told:
>
> I put this in the header:
>
> $(document).ready(function(){
> $('#myCarousel').carousel({
> interval: 2000
> });
> }
>
>
> and in the body I placed the code as indicated on the website.
>
>
> It only cycles after I click on one of the controls. I want it to cycle
> automatically.
>
> Thanks.
>
> Kevin
>
--