clientHeight:contentHeight+paddingHeight
clientWidth:contentWidth+paddingWidth
clientLeft:padding最外面的邊線到border最外邊線的距離汪拥。
clientTop:padding最外面的邊線到border最外邊線的距離干旧。
offsetHeight ? ? ? ?offsetWidth
content+padding +border
? offsetLeft
? offsetTop
相對于父級的距離
oncontextmenu ? ? ? ? ? ??// 點擊鼠標(biāo)右鍵
e.stopPropagation(); ? ? ? ? ? ? ? ? ? ??// 停止事件的傳播
e.preventDefault(); ? ? ? ? ? ? ??// 阻止瀏覽器默認(rèn)行為
成對出現(xiàn)事件
onmousedown ? ? ? ? ? onmouseup
鼠標(biāo)按下 ? ? ? ? ? ? ? ? ? ? ? ? 鼠標(biāo)抬起
上面的如果出現(xiàn)事件穿透,那么就用下面的
onmouseenter ? ? ? ? ? ? ? ? ? ? ? ? onmouseleave
鼠標(biāo)移動到元素上觸發(fā) ? ? ? ? ? ?鼠標(biāo)移出觸發(fā)
onmouseover ? ? ? ? ? ? ? ? ? ? ? onmouseout
鼠標(biāo)移動到元素上 ? ? ? ? ? ? ? ? 鼠標(biāo)移開