Answers for "auto slide owl carousel"

1

owl carousel get started

$(document).ready(function(){
  $(".owl-carousel").owlCarousel();
});
Posted by: Guest on June-16-2020
0

open a particular slide on click button in owl carousel

$('.btnJump').click(function(){
    $('#myCarousel').trigger('to.owl.carousel', 3)
  });
Posted by: Guest on December-05-2020

Code answers related to "auto slide owl carousel"

Browse Popular Code Answers by Language