var owlMainVisualImage = $('.c-main-visual__gallery .owl-carousel'); owlMainVisualImage.owlCarousel({ items: 1, margin: 0, dots: false, loop: true, nav: false, autoplaySpeed: 1000, autoplayTimeout: 4500, autoplayHoverPause: false, autoplay: true, center: true, onInitialized: changeClasses, //起動のタイミングでchangeClasses関数を実行 }); function changeClasses(e) { e.item.index; }); owlMainVisualImage.on('changed.owl.carousel', function (e) { alert('test'); //owlcarouselのギャラリーが切り替わった後にalertの処理を実行。なお変わるたびに実行されます。 });https://owlcarousel2.github.io/OwlCarousel2/docs/api-events.html
Udemyを実際に体験した方の感想記事もぜひご覧ください♪