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
- web前端javascript+jquery知識點總結Web前端JavaScriptjQuery
- jQuery常用的一些知識點總結jQuery
- 5張思維導圖,jQuery知識點梳理jQuery
- JQuery知識總結jQuery
- jquery.form.js知識jQueryORMJS
- jQuery知識總結之事件jQuery事件
- JQuery基本知識彙總;JQuery常用方法;淺入瞭解JQueryjQuery
- 知識點
- JQuery的一些基本知識jQuery
- jquery基礎知識你知道哪些?jQuery
- jQuery知識總結之DOM操作jQuery
- 【輕知識】phper回顧下jqueryPHPjQuery
- jQuery系列第三章jQuery框架操作CSSjQuery框架CSS
- 混合知識點
- Promise知識點Promise
- Laravel 知識點Laravel
- MySQL知識點MySql
- 知識點——terms
- Redis知識點Redis
- JavaWeb知識點JavaWeb
- rabbitmq 知識點MQ
- SQL知識點(+)SQL
- 前端知識點前端
- Android 知識點Android
- ajax知識點
- 通用知識點
- Weex 知識點
- JS知識點:ES6 中常見的知識點JS