当前位置:网站首页>监听父元素宽高,自适应插件大小
监听父元素宽高,自适应插件大小
2022-08-01 06:52:00 【原莱_】
参考文档:ResizeObserver
通常用于第三方插件宽高适应:echarts/antv等
//监听对象变化回调
const resizeObserver = new ResizeObserver(entries => {
for (let entry of entries) {
if(entry.contentBoxSize) {
const width = document.getElementById('fatherbox').clientWidth
const height = document.getElementById('fatherbox').clientHeight
document.getElementById('sonbox').style.width = width
}
}
});
//初始化注册监听对象
const init = () => {
resizeObserver.observe(document.getElementById('fatherbox'));
}
边栏推荐
- 金山打字通 官网 下载
- Why is the lightweight VsCode used more and more?Why eat my C drive 10G?How to Painlessly Clean VsCode Cache?Teach you how to lose weight for C drive
- After the image is updated, Glide loading is still the original image problem
- Introduction to the basic principles, implementation and problem solving of crawler
- Create, modify and delete tables
- crypto-js uses
- The Bean's life cycle
- rhcsa 第三次
- 说说js中使用for in遍历数组存在的bug
- MATLAB program design and application of MATLAB 2.5
猜你喜欢

Dialogue with the father of MySQL: One excellent programmer is worth 5 ordinary programmers

Data organization -- singly linked list of the linear table

基于MATLAB的BP神经网络进行语音特征信号分类

"By sharing" northwestern university life service | | bytes a second interview on three sides by HR

信息系统项目管理师必背核心考点(五十六)配置控制委员会(CCB)的工作

Vim简介

从购买服务器到网站搭建成功保姆级教程~超详细

MySQL row locks and gap locks

Guest brush SQL - 2

JS的运行原理
随机推荐
说说js中使用for in遍历数组存在的bug
dbeaver连接MySQL数据库及错误Connection refusedconnect处理
金山打字通 官网 下载
curl (7) Failed connect to localhost8080; Connection refused
Datagrip error "The specified database userpassword combination is rejected..."Solutions
LeetCode 0150. Reverse Polish Expression Evaluation
Create, modify and delete tables
MVVM project development (commodity management system 1)
问下 mysql向pg同步多个表的话 有什么好的方案吗?
从购买服务器到网站搭建成功保姆级教程~超详细
Windows taskbar icon abnormal solution
rhcsa 第四天
响应式织梦模板园林花卉类网站
matplotlib pyplot
Speed up your programs with bitwise operations
牛客刷SQL---2
轻量级的VsCode为何越用越大?为什么吃了我C盘10G?如何无痛清理VsCode缓存?手把手教你为C盘瘦身
Win任务栏图标异常解决
rhcsa 第三次
uva12326