监听窗口大小改变,同时根据窗口大小修改某个元…
2018-11-20 03:17:24来源:博客园 阅读 ()
jQuery的方法:
<script> $(window).resize(function(){ var width = $(this).width(); var height = $(this).height(); alert(‘width’+width+’-height’+height); }); </script>
以上的方法,不能写在页面加载完成事件函数$(function(){})内部,而需要写在外面。
页面加载完成事件:
$(function(){}); $(document).ready(function(){}); window.onload = function(){};
我们项目中的代码:
// 监听窗口大小变化 function changeHeight(){ let h = document.documentElement.clientHeight; document.getElementById("searchResult").style.height = h - 9 - 74 + 'px'; document.getElementById("goodsTableBody").style.height = h - 9 - 74 -160 + 'px'; } window.onload = function(){ changeHeight(); }; window.onresize = function(){ changeHeight(); };
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:js 实现动态时间
下一篇:js的map遍历和array遍历
- ?javascript如何控制上传文件的大小 2020-03-19
- documentElement正确取得当前可见区域的大小的方法 2019-12-21
- jQuery动态修改字体大小的方法 2019-12-18
- Javascript判断图片尺寸大小实例分析 2019-12-06
- 浏览器窗口上添加遮罩层的方法 2019-10-16
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash