$(window).scroll(function () {
var scrollHeight = $(document).height();
var scrollPosition = $(window).height() + $(window).scrollTop();
if ((scrollHeight - scrollPosition) / scrollHeight != 0) {
bottom();
} else {top();
}
'javascript' 카테고리의 다른 글
jquery 이벤트 프로시저 on off 하기 (0) | 2016.11.23 |
---|---|
select box 를 input 으로 변경 (0) | 2016.10.05 |
입력 폼 숫자만 받기 (0) | 2016.09.05 |
datepicker 한글로 띄우기 (0) | 2016.07.15 |
jQuery select 생년월일 option tag 만들기 (0) | 2016.03.25 |