dav*_*lee 4 javascript jquery
如何使用jquery获取浏览器的可查看网页的高度?我试过$(window).height()但它没有返回准确的结果..谢谢..
$(window).height()
jas*_*pet 9
从jQuery文档:
$(window).height(); // returns height of browser viewport $(document).height(); // returns height of HTML document
归档时间:
14 年,9 月 前
查看次数:
4926 次
最近记录:
12 年,5 月 前