Bootstrap Carousel Not Automatically Sliding

前端 未结 5 1837
日久生厌
日久生厌 2020-12-15 22:49

I\'m using bootstrap by Twitter\'s carousel (latest version) and I\'ve got it working - except that it doesn\'t begin to automatically slide. It works well after you\'ve cli

5条回答
  •  抹茶落季
    2020-12-15 23:31

    
    

    If it still is not working, look for potential errors in the browser's (firebug/chrome..) console.


    For

    Uncaught TypeError: Object # has no method 'carousel' (anonymous function) b.extend.ready jquery.min.js:29 u
    

    Make sure:

    Only one jQuery is included

    Only one bootstrap-carousel.js or bootstrap.js is included.

    jQuery is included first, then bootstrap-carousel.js or bootstrap.js, then $(document).ready( ...

提交回复
热议问题