Category: swiperjs
-
Beautiful Restaurant Template Free in Reactjs
Hello friends, welcome back to my blog. Today in this blog post, I am going to show you, Beautiful Restaurants Template Free in Reactjs. Guys in the Restaurant React template I have used bootstrap5, swiperjs, aosjs and vanilla js as well. For React and bootstrap 5 new comers, please check the below link: Reactjs Basic…
Written by
-
Solved – Swiping on a slide does not update the pagination active state
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…
Written by