Bootstrap JavaScript Carousel Doesn't Stop Cycling

前端 未结 11 1681
离开以前
离开以前 2020-12-29 02:25

Twitter Bootstrap Version: 2.0.3

Example HTML code:




        
11条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 03:29

    I tried everything, but nothing worked. I solved the issue in changing files bootstrap.min.js & bootstrap.js. You have to looking for "carousel.defaults" with Ctrl+F in these files and replace what it contains by:

    interval:false 
    

提交回复
热议问题