Skip to content

mohong/JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript

一个原生js特效仓库,用来练习js基础。

目录


要点总结

offset系列

  • offsetWidth offsetHeight 得到对象的自身的宽度和高度

    offsetWidth =  width  + border  +  padding
     
    offsetHidth =  Height  + border  +  padding
    
  • offsetLeft offsetTop 返回元素距离上级有定位父元素的左边距离和上边距离

  • offsetParent 返回元素的有定位父元素(不一定是亲父亲) 注意:返回值均为数值,不带单位 offset一部分关系图

About

javascript学习代码大全

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published