에티테마

스크롤시 바닥감지

페이지 정보

작성자 소프트존 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 작성일 19-06-24 02:22

본문

해당 스크롤이 바닥일경우 감지합니다.
해당 소스코드 참고해주세요.
 

<div class="box">

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content... <br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...<br>

     All your text content...

</div>

<span>Reached bottom</span>

<script>

$("span").hide();

$(".box").scroll(function() {

    if($(this).scrollTop() + $(this).innerHeight() >= $(this)[0].scrollHeight) {

        $("span").show();    

    } else {

        $("span").hide();

    }

});

</script>


  • 트위터로 보내기
  • 페이스북으로 보내기
  • 구글플러스로 보내기

댓글목록

등록된 댓글이 없습니다.