(document).height()与$(window).height()
摘要:
jQuery(window).height()代表了当前可见区域的大小,而jQuery(document).height()则代表了整个文档的高度,可视具体情况使用. 注意当浏览器窗口大小改变时(如最大化或拉大窗口后) jQuery(window).height() 随之改变,但是jQuery(do... 阅读全文
posted @ 2014-09-02 14:21
plzdaye
阅读(238)
评论(0)
推荐(0)