Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web ページの高さがブラウザー ウィンドウの 2 倍あるとします (つまり、スクロール バーがあります)。jQueryでWebページの高さを取得するにはどうすればよいですか?
$(window).height(); // returns height of browser viewport $(document).height(); // returns height of HTML document
ドキュメントの を使用できますheight()。
height()
$(document).height();