Answer the question
In order to leave comments, you need to log in
How to execute jquery when owl-carusel slide changes?
How to write a function that will work when the slide changes?
Answer the question
In order to leave comments, you need to log in
Documentation
var owl = $('.owl-carousel');
owl.owlCarousel();
// Listen to owl events:
owl.on('changed.owl.carousel', function(event) {
//> ваша функция
})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question