Can‘t get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They should not be

简介: Can‘t get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They should not be
警告/报错:Can't get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They should not be 0.For example, you may need to call this in the callback of window.onload

.翻译过来是:无法获得DOM宽度或高度。请检查dom。clientWidth和dom. clienttheight。它们不应该是0。例如,你可能需要在window.onload的回调中调用这个。


直接检查DOM的宽或者渲染的时间即可


结果一:提现渲染了,导致找不到DOM节    点

结果二:DOM节点没有给与宽高

相关文章
|
6月前
|
JavaScript
原生js中offsetTop, offsetLeft与offsetParent的详细讲解
原生js中offsetTop, offsetLeft与offsetParent的详细讲解
|
6月前
|
JavaScript 容器
vue element plus Infinite Scroll 无限滚动
vue element plus Infinite Scroll 无限滚动
219 0
|
JavaScript
jQuery 坐标值操作 offset()、position()、scrollTop()、scrollLeft()
jQuery 坐标值操作 offset()、position()、scrollTop()、scrollLeft()
48 0
|
JavaScript 前端开发
height、clientHeight、scrollHeight、offsetHeight区别
height、clientHeight、scrollHeight、offsetHeight区别
height、clientHeight、scrollHeight、offsetHeight区别
|
JavaScript 容器
Element UI - v-infinite-scroll无限滚动组件
Element UI - v-infinite-scroll无限滚动组件
773 0
|
JavaScript IDE 开发工具
JS 中 offsetHeight/scrollHeight/clientHeight 的区别
client* clientWidth/clientHeight 返回的是元素的内部宽度,它的值只包含 content + padding,如果有滚动条,不包含滚动条 clientTop 返回的是上边
|
JavaScript 前端开发
js显示隐藏 display visibility以及jquery里的show hide的区别
js显示隐藏 display visibility以及jquery里的show hide的区别
167 0
js显示隐藏 display visibility以及jquery里的show hide的区别
|
JavaScript 前端开发
18、DOM对象(window、screen、location、history、navigation)
18、DOM对象(window、screen、location、history、navigation)
136 0
|
JavaScript
JS - scrollWidth、clientWidth、offsetWidth 区别
JS - scrollWidth、clientWidth、offsetWidth 区别
158 0
JS - scrollWidth、clientWidth、offsetWidth 区别