Thêm class vào navigation Owl Carousel (ok)
$(document).ready(function() {
var owl = $('.poppularindustry');
owl.owlCarousel({
margin: 24,
nav: true,
loop: true,
items: 3,
navClass: ['buttonwhite owl-prev','buttonwhite owl-next'],
owl2row: true
});
});


Previousbutton thay đổi thẻ tags button và span trong Owl Carousel thành thẻ khác :)) (ok)NextClick lần đầu sử event.preventDefault(); lầu sau not event.preventDefault();
Last updated
Was this helpful?