swiper pagination 두개 사용하기 보호된 글입니다. 스크롤(scroll)시 head/상단에 class 추가 100vh 스크롤했을때 클래스 추가 text 페이드인,아웃 효과 (fade-in, fade-out) 안녕하세요. (function() { var quotes = $(".quotes"); var quoteIndex = -1; function showNextQuote() { ++quoteIndex; quotes.eq(quoteIndex % quotes.length) .fadeIn(1000) .delay(1000) .fadeOut(1000, showNextQuote); } showNextQuote(); })(); swiper 슬라이드 호버시 멈춤 $(".swiper-container").each(function(elem, target){ var swp = target.swiper; $(this).hover(function() { swp.autoplay.stop(); }, function() { swp.autoplay.start(); }); }); $('.swiper-slide').hover(function(){ swiper.autoplay.stop(); }, function(){ swiper.autoplay.start(); }); 주소복사 버튼 주소복사 button 클릭 시 텍스트 복사 주소 들어가는 부분 주소 복사 이전 1 다음