jQuery获取浏览器中的分辨率
$ (document).ready(function(){
//浏览器当前窗口可视区域高度
alert($ (window).height());
//浏览器当前窗口文档的高度
... Please wait, page is loading...
$ (document).ready(function(){
//浏览器当前窗口可视区域高度
alert($ (window).height());
//浏览器当前窗口文档的高度
...