Hello to all, welcome to therichpost.com. In this post, I will tell you, Solved – Swiping on a slide does not update the pagination active state.
Here is the jquery trick, with this, I managed to add active class to the pagination on image slide:
swiper.on('slideChange', function(){ $(".swiper-pagination-bullet").removeClass("swiper-pagination-bullet-active"); $(".swiper-pagination-bullet:eq("+swiper.activeIndex+")").addClass("swiper-pagination-bullet-active"); });
If you have any kind of query then please do comment below.
Jassa
Thank you
Recent Comments