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
--

