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.
ビューポートの幅と高さを表示するコードがありますが、実際のウィンドウ サイズは表示されません。
ウィンドウサイズを取得する方法はありますか?
いいえ、ブラウザパネルのサイズを取得することはできません。
最も近いのは、ユーザーがウィンドウを最大化した場合です。画面サイズを取得してウィンドウサイズを差し引くと、ツールバーのサイズが残ります。
widthよくわかりませんが、あなたが何を望んでいるのかと思います。height
width
height
$(document).height()と を使用し$(document).width()て、ページの幅と高さを取得してみてください。
$(document).height()
$(document).width()
デモ: http://jsfiddle.net/JvGZr/2/