jQuery第三章知識點
使用getElement系列方法訪問指定節點 getElementById()、getElementsByName()、getElementsByTagName()
根據層次關係訪問節點
parentNode |
返回節點的父節點 |
childNodes |
返回子節點集合,childNodes[i] |
firstChild |
返回節點的第一個子節點,最普遍的用法是訪問該元素的文字節點 |
lastChild |
返回節點的最後一個子節點 |
nextSibling |
下一個節點 |
previousSibling |
上一個節點 |
firstElementChild |
返回節點的第一個子節點,最普遍的用法是訪問該元素的文字節點 |
lastElementChild |
返回節點的最後一個子節點 |
nextElementSibling |
下一個節點 |
previousElementSibling |
上一個節點 |
onclick |
當使用者單擊某個物件時呼叫事件 |
onmouseover |
滑鼠移到某元素之上 |
onmouseout |
滑鼠從某元素移開 |
onmousedown |
滑鼠按鈕被按下 |
offsetLeft |
返回當前元素左邊界到它上級元素的左邊界的距離,只讀屬性 |
offsetTop |
返回當前元素上邊界到它上級元素的上邊界的距離,只讀屬性 |
offsetHeight |
返回元素的高度 |
offsetWidth |
返回元素的寬度 |
offsetParent |
返回元素的偏移容器,即對最近的動態定位的包含元素的引用 |
scrollTop |
返回匹配元素的滾動條的垂直位置 |
scrollLeft |
返回匹配元素的滾動條的水平位置 |
clientWidth |
返回元素的可見寬度 |
clientHeight |
返回元素的可見高度 |
相關文章
- jQuery 知識點總結jQuery
- jQuery面試知識點整理jQuery面試
- jQuery 個人學習知識點jQuery
- jquery主要知識點(精簡)jQuery
- jQuery第五章知識點jQuery
- jQuery第七章知識點jQuery
- jQuery第二章知識點jQuery
- 【jQuery實戰知識點總結】jQuery
- jquery學習之重要知識點jQuery
- Jquery的一些知識點jQuery
- jQuery第四章知識點jQuery
- jQuery第六章知識點jQuery
- jQuery第一章知識點jQuery
- [jQuery知識]jQuery之知識三-過濾器jQuery過濾器
- web前端javascript+jquery知識點總結Web前端JavaScriptjQuery
- 5張思維導圖,jQuery知識點梳理jQuery
- jQuery常用的一些知識點總結jQuery
- JQuery知識總結jQuery
- Jquery基礎知識jQuery
- 知識點
- jquery.form.js知識jQueryORMJS
- linux知識知識點總結Linux
- Promise知識點Promise
- 面試知識點面試
- Laravel 知識點Laravel
- 通用知識點
- 前端知識點前端
- ajax知識點
- rabbitmq 知識點MQ
- Redis知識點Redis
- SQL知識點(+)SQL
- JavaWeb知識點JavaWeb
- MySQL知識點MySql
- 知識點——terms
- Weex 知識點
- mybatis知識點MyBatis
- SASS知識點
- git 知識點Git