摘要:
function autoHeight(){ if (window.innerHeight){//FF nowHeight = window.innerHeight; }else{ var test = $(".list-data_s").height(); }}autoHeight();window.onresize = autoHeight;有监听事件 实时获得页面自适应的高度 阅读全文
posted @ 2013-12-19 11:00
蛋蛋的小家
阅读(229)
评论(0)
推荐(0)