[jQuery] 페이지 하단으로 이동하는 버튼
HTML <div id="go-bottom">가자</div> jQuery $("#go-bottom").click(function(){ $('html, body').scrollTop( $(document).height() ); });
HTML <div id="go-bottom">가자</div> jQuery $("#go-bottom").click(function(){ $('html, body').scrollTop( $(document).height() ); });