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
You just need to add one more attribute to your DIV tag which is
data-interval="false"
no need to touch JS!