Hello,
Pretty much as in title, I have carousel with some picture but when i load my page. cerousel doesnt seems to start itself but once i click next/previous button. it starts working.
using twitter bootstrap 2.0.3 version for jquery
Cheers
Jay
Pretty much as in title, I have carousel with some picture but when i load my page. cerousel doesnt seems to start itself but once i click next/previous button. it starts working.
Code:
<div id="myCarousel" class="carousel"> <div class="carousel-inner"> <div class="item"><img src="129.jpg"/></div> <div class="item"><img src="130.jpg"/></div> <div class="active item"><img src="131.jpg"/></div> <div class="item"><img src="132.png"/></div> </div> <a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a> <a class="carousel-control right" href="#myCarousel" data-slide="next">›</a> </div>
Cheers
Jay