강의

멘토링

커뮤니티

인프런 커뮤니티 질문&답변

Gyucheol Sim님의 프로필 이미지
Gyucheol Sim

작성한 질문수

페이스북 클론 - full stack 웹 개발

scroll_event

documentH 와 scrollH 값에 오차가 있습니다.

작성

·

230

2

    function scrollFunc(){

        let documentHeight = document.body.scrollHeight;
        let scrollHeight = pageYOffset+window.innerHeight;

        console.log('documentH :' + documentHeight);
        console.log('scrollH :' + scrollHeight);


        if (scrollHeight >= documentHeight) {
            console.log('end!!')
        }
    }

두 값에 오차가 있어서 end 메세지가 출력이 안되네요 ..

소수점단위 오차가 있습니다.

답변 1

0

범쌤님의 프로필 이미지
범쌤
지식공유자

안녕하세요 gyucheol sim 님 kindtiger입니다:)

혹시 브라우저의 창을 확대해서 보고계신가요?  크롬의 브라우저 사이즈를 100%로 맞추고 작업해보세요~!

단축키는 컨트럴 + 숫자0  버튼을 누르시면 됩니다~!

Gyucheol Sim님의 프로필 이미지
Gyucheol Sim

작성한 질문수

질문하기