<script type="text/javascript"> $(document).ready( function() { var h = $(window).height(); alert(h); } ) </script>
Firefox下:
IE下:
可以发现它获取的却是是窗口的内容部分高度,而不是浏览器窗口的高度。Oh Yeah!