Bootstrap Carousel : Remove auto slide

后端 未结 7 1709
清酒与你
清酒与你 2020-12-04 08:31

I\'m using Bootstrap Carousel. All I want is that the slider will only slide when a navigation or a pagination is clicked. I\'ve tried removing

$(\'.carou         


        
7条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 09:24

    You just need to add one more attribute to your DIV tag which is

    data-interval="false"
    

    no need to touch JS!

提交回复
热议问题