Answer the question
In order to leave comments, you need to log in
How to completely disable bootstrap carousel autoscroll?
The site has 2 carousels at the beginning and this code:
$('#panel_1_1').carousel({interval: false});
$('#panel_2_1').carousel({interval: false});
$('.nav-tabs li').on('click', function(){
$('.tab-panel').carousel({interval: false});
if( $('.tab-panel').hasClass('active') ){
var panel_content_id = $(this).children().attr('href');
$(panel_content_id).carousel({interval: false});
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question