$("top버튼의 선택자").on("click", function(){ $("html, body").animate({ scrollTop : 0 }, 500); }); /* Top버튼을 클릭(click)하면 홈페이지 상단으로 0.5초동안(500) 자동 스크롤됨. */