Owl Carousel choose the current item?
1 answer
I base this answer on the demo on the Owl Carousel 2 page . To get active items, do the following:
$('.owl-carousel .owl-item.active')
where .owl-carousel
is the carousel container and .owl-item
is the item class.
If that doesn't work, please post your HTML code.
+2
source to share