2015年9月14日

jQuery 获取屏幕高度、宽度

摘要: jQuery 获取屏幕高度、宽度做手机Web开发做浏览器兼容用到了,所以在网上找了些汇总下。alert($(window).height()); //浏览器当前窗口可视区域高度 alert($(document).height()); //浏览器当前窗口文档的高度 alert($(document.... 阅读全文

posted @ 2015-09-14 10:56 大西瓜3721 阅读(190) 评论(0) 推荐(0)

导航