carousel not starting itself on page load

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jay123
    New Member
    • Sep 2008
    • 121

    carousel not starting itself on page load

    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.

    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">&lsaquo;</a>
     <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
    </div>
    using twitter bootstrap 2.0.3 version for jquery

    Cheers
    Jay
Working...