$('.owl-carousel').on('changed.owl.carousel', function(event) { $('ul li').removeClass('current').eq(event.item.index).addClass('current') })