반응형
현재 $(window).innerHeight()를 사용하면, 사이즈가 틀리게 나온다.
그건 bookmark등의 높이가 height값에 제외해서 그렇다고 한다.
$(window).height(); // returns height of browser viewport
$(document).height(); // returns height of HTML document
다음과 같이 height값은 document를 사용하면 된다.
참고: http://stackoverflow.com/questions/3791049/javascript-jquery-how-do-i-get-the-inner-window-height
반응형
'Web > Javascript' 카테고리의 다른 글
jqeury cookie 관리에 유용 (0) | 2013.11.12 |
---|---|
[javascript] 정규식을 이용한 숫자만, 소수점 이하 제거 추출하기 (0) | 2013.10.31 |
javascript로 css class 내용 바꾸기 (0) | 2013.10.24 |
브라우저에서 자바스크립트를활성하는 방법 Site (0) | 2013.10.17 |
IE전용 document.all(id또는 index no)와 event.srcElement와 sourceIndex (0) | 2013.09.25 |
[jQueryMobile] ThemeRoller 로 쉽게 theme 만들기 (0) | 2013.07.25 |
[펌]Cross domain JSON 원리 (0) | 2013.07.25 |
[jQuery] checkbox checked 를 unchecked 만들기 (0) | 2013.07.23 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)