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

JS获得元素相对位置坐标getBoundingClientRect()

时间:2018-03-20 18:18:16      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:ons   body   tom   cto   val   top   console   strong   .com   

 

getBoundingClientRect用于获取某个元素相对于视窗的位置集合。集合中有top, right, bottom, left等属性。

1.语法:这个方法没有参数。

rectObject = object.getBoundingClientRect();
function inputKeydown(e){
  console.log(e.target.getBoundingClientRect());//bottom:199height:19left:360right:380top:180width:20x:360y:180
}

 


记录一下备用:
https://www.cnblogs.com/Songyc/p/4458570.html





 

JS获得元素相对位置坐标getBoundingClientRect()

标签:ons   body   tom   cto   val   top   console   strong   .com   

原文地址:https://www.cnblogs.com/xiangsj/p/8610002.html

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