码迷,mamicode.com
首页 > Web开发 > 详细

JS性能

时间:2014-06-20 17:11:58      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:style   com   get   width   set   js   

获取以下属性  会等待对应元素渲染完成  才继续执行

* offsetTop, offsetLeft, offsetWidth, offsetHeight
* scrollTop, scrollLeft, scrollWidth, scrollHeight
* clientTop, clientLeft, clientWidth, clientHeight
* getComputedStyle() (在IE中为currentStyle)

 

PS 如果该元素display为none 或者其父元素display为none  总之该元素没有显示在浏览器中  这些属性得到的值都是0

JS性能,布布扣,bubuko.com

JS性能

标签:style   com   get   width   set   js   

原文地址:http://www.cnblogs.com/cart55free99/p/3796549.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!