skip to main |
skip to sidebar
마크업
- <div id="cont">본문 내용...</div>
- <a href="#cont" class="scroll">Scroll to cont</a>
스크립트
- jQuery(document).ready(function($){
- $(".scroll").click(function(event){
- event.preventDefault();
- $('html,body').animate({scrollTop:$(this.hash).offset().top}, 500);
- //offset()함수를 이용하여 위치를 찾습니다.
- });
- });
jQuery offset()을 이용한 부드러운 스크롤 이동
Reviewed by
jieun
on
오후 3:32
Rating:
5
댓글 없음: