jquery 高度的获取

alert($(window).height()); //浏览器当前窗口可视区域高度

alert($(document).height()); //浏览器当前窗口文档的高度

alert($(document.body).height());//浏览器当前窗口文档body的高度

alert($(document.body).outerHeight(true));//浏览器当前窗口文档body的总高度 包括border padding margin

上一篇:使用Linq 来解决Datatable 去除数据重复


下一篇:逆天的IE7中,诡异的横向滚动条