javascript - Why Bootstrap's Carousel left arrow throws errors while the right one works fine? -
i have created page http://www.virtuemax.com/projects/urtotal/index.html
its static page , built entirely on bootstrap's framework. carousel works fine when click left arrow navigate carousel left throws errors. can help?
your html not written properly
<div class="carousel-inner"> <img id="floral" src="img/floralorange.png" alt=""> <div class="item active"> <img alt="slide 1" src="img/slide1.jpg"> </div> <div class="item"> <img alt="" src="img/slide2.jpg"> </div> </div>
the first image should wrapped inside <div class="item"></div>
other. including 2 jquery plugin @ time. remove 1 avoid unwanted conflict
Comments
Post a Comment