如何使用JQuery动态获取Body元素高度
当我调整浏览器窗口大小时,我需要获取 body 元素的高度和宽度,
请帮助我使用 JQuery 解决这个问题
I need to get the body element height and width, when i resize the browser windows
Please help me to solve this problem using JQuery
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在窗口对象上使用调整大小事件:
Use the resize event on the window object: