http://sir.kr/data/editor/2401/1889742959_1705402676.7175.png" width="100%" />
게시판 리스트에서 스크롤 내리면 상단 #container_title .top 에 fixed가 붙는 스크립트 인거 같은데,
지우고 싶은데 못찾겠네요...
사이트 주소를 알수있을까요?
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
이 게시물을 신고 하시겠습니까?신고사유를 선택해주세요.
<i class="fa fa-arrow-up" aria-hidden="true"></i><span class="sound_only">상단으로</span>
</button>
<script>
$(function() {
$("#top_btn").on("click", function() {
$("html, body").animate({scrollTop:0}, '500');
return false;
});
});
</script> 이부분인가요?