window.onresize事件
2021-01-16 12:11
标签:dfa cti 窗口 ima bsp not nbsp script 区域 onresize 事件会在窗口或框架被调整大小时发生。 In HTML: JavaScript 中: window.onresize=function(){ }; 实际效果gif图: window.onresize事件 标签:dfa cti 窗口 ima bsp not nbsp script 区域 原文地址:https://www.cnblogs.com/time1997/p/12213593.html定义和用法
语法
实例
var bHeight = document.body.clientHeight;//网页可见区域高
$("#unfiledFather").css("height",(bHeight-70-50)+"px");//左边
$("#filedFather").css("height",bHeight-70+"px");//右边