jQuery에서 브라우저 윈도우 크기, 문서 크기 얻어오기

By | 6월 27, 2011

$(window).height();   // returns height of browser viewport

$(document).height(); // returns height of HTML document

* 참고 링크 : http://api.jquery.com/height/

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments