swiper

Open full view…

How to get id of current active slide?

davidmalinowski
Wed, 17 Oct 2018 14:58:47 GMT

asifproductions
Tue, 23 Oct 2018 19:56:33 GMT

swiper.on('slideChangeTransitionEnd', function () { var slide = swiper.activeIndex + 1; alert(slide); }