var owlMainVisualImage = $('.owl-carousel'); if (owlMainVisualImage.length !== 0) { owlMainVisualImage.owlCarousel({ items: 1, margin: 0, dots: false, loop: true, nav: false, autoplaySpeed: 500, autoplayTimeout: 4500, autoplayHoverPause: false, autoplay: true, center: true, onChange: callback, }); function callback(e) { console.log(e.item.index); } }
Udemyを実際に体験した方の感想記事もぜひご覧ください♪