v>') }) imgarr.find('img').click(function () { var index = $(this).attr('data-imgsrc'); $('.imgshow').fadeIn(); var mySwiper = new Swiper('.swiperbox', { zoom: {toggle: false}, }) mySwiper.update(); if (index != 0) { mySwiper.slideTo(index, 0, true); } else { $('.swiperbox .swiper-wrapper').css({ 'transform': 'translate3d(0, 0px, 0px)' }) } }) $('.imgshow .closebtn').hide(); $('.imgshow').on('click', function () { $('.imgshow').fadeOut(); })