Answers for "click owl carousel go to slide number"

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 "Javascript"

Browse Popular Code Answers by Language