Bootstrap carousel: How to slide two carousel sliders at a same time?
问题 I have three carousel sliders on the single page and I want them to move two of them at the same time .i.e. both should change slider images at the same time. Both have same number of images/slides. Here is the code I am using: jQuery('#carousel-example-generic1, #carousel-example-generic2').carousel({ interval: 4000 }); And also I tried this code below: jQuery('.carousel').carousel({ pause:'false' }); jQuery('#carousel-example-generic1').on('slide', function(){ jQuery('#carousel-example