html事件屬性有:onblur、onerror、onfocus、onsubmit、onkeydown、onkeypress、onclick、ondblclick、onmousedown、onmousemove、onmouseout等等。
創(chuàng)新互聯(lián)專注于來安網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供來安營銷型網(wǎng)站建設(shè),來安網(wǎng)站制作、來安網(wǎng)頁設(shè)計、來安網(wǎng)站官網(wǎng)定制、微信小程序服務(wù),打造來安網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供來安網(wǎng)站排名全網(wǎng)營銷落地服務(wù)。
HTML事件屬性
Window 事件屬性
針對 window 對象觸發(fā)的事件。
適用于
標(biāo)簽:
屬性 | 值 | 描述 | onafterprint
script在打印文檔之后運行腳本onbeforeprint
script在文檔打印之前運行腳本onbeforeonload
script在文檔加載之前運行腳本onblur
script當(dāng)窗口失去焦點時運行腳本onerror
script當(dāng)錯誤發(fā)生時運行腳本onfocus
script當(dāng)窗口獲得焦點時運行腳本onhaschange
script當(dāng)文檔改變時運行腳本onload
script當(dāng)文檔加載時運行腳本onmessage
script當(dāng)觸發(fā)消息時運行腳本onoffline
script當(dāng)文檔離線時運行腳本ononline
script當(dāng)文檔上線時運行腳本onpagehide
script當(dāng)窗口隱藏時運行腳本onpageshow
script當(dāng)窗口可見時運行腳本onpopstate
script當(dāng)窗口歷史記錄改變時運行腳本onredo
script當(dāng)文檔執(zhí)行再執(zhí)行操作(redo)時運行腳本onresize
script當(dāng)調(diào)整窗口大小時運行腳本onstorage
script當(dāng) Web Storage 區(qū)域更新時(存儲空間中的數(shù)據(jù)發(fā)生變化時)運行腳本onundo
script當(dāng)文檔執(zhí)行撤銷時運行腳本onunload
script當(dāng)用戶離開文檔時運行腳本
表單事件
由 HTML 表單內(nèi)部的動作觸發(fā)的事件。
適用于所有 HTML 5 元素,不過最常用于表單元素中:
屬性 | 值 | 描述 | onblur
script當(dāng)元素失去焦點時運行腳本onchange
script當(dāng)元素改變時運行腳本oncontextmenu
script當(dāng)觸發(fā)上下文菜單時運行腳本onfocus
script當(dāng)元素獲得焦點時運行腳本onformchange
script當(dāng)表單改變時運行腳本onforminput
script當(dāng)表單獲得用戶輸入時運行腳本oninput
script當(dāng)元素獲得用戶輸入時運行腳本oninvalid
script當(dāng)元素?zé)o效時運行腳本onreset
script當(dāng)表單重置時運行腳本。HTML 5 不支持。onselect
script當(dāng)選取元素時運行腳本onsubmit
script當(dāng)提交表單時運行腳本
鍵盤事件
由鍵盤觸發(fā)的事件。
適用于所有 HTML 5 元素:
屬性 | 值 | 描述 | onkeydown
script當(dāng)按下按鍵時運行腳本onkeypress
script當(dāng)按下并松開按鍵時運行腳本onkeyup
script當(dāng)松開按鍵時運行腳本
鼠標(biāo)事件
由鼠標(biāo)或相似的用戶動作觸發(fā)的事件。
適用于所有 HTML 5 元素:
屬性 | 值 | 描述 | onclick
script當(dāng)單擊鼠標(biāo)時運行腳本ondblclick
script當(dāng)雙擊鼠標(biāo)時運行腳本ondrag
script當(dāng)拖動元素時運行腳本ondragend
script當(dāng)拖動操作結(jié)束時運行腳本ondragenter
script當(dāng)元素被拖動至有效的拖放目標(biāo)時運行腳本ondragleave
script當(dāng)元素離開有效拖放目標(biāo)時運行腳本ondragover
script當(dāng)元素被拖動至有效拖放目標(biāo)上方時運行腳本ondragstart
script當(dāng)拖動操作開始時運行腳本ondrop
script當(dāng)被拖動元素正在被拖放時運行腳本onmousedown
script當(dāng)按下鼠標(biāo)按鈕時運行腳本onmousemove
script當(dāng)鼠標(biāo)指針移動時運行腳本onmouseout
script當(dāng)鼠標(biāo)指針移出元素時運行腳本onmouseover
script當(dāng)鼠標(biāo)指針移至元素之上時運行腳本onmouseup
script當(dāng)松開鼠標(biāo)按鈕時運行腳本onmousewheel
script當(dāng)轉(zhuǎn)動鼠標(biāo)滾輪時運行腳本onscroll
script當(dāng)滾動元素的滾動條時運行腳本
多媒體事件
由視頻、圖像以及音頻等媒介觸發(fā)的事件。
適用于所有 HTML 5 元素,不過在媒介元素(諸如 audio、embed、img、object 以及 video)中最常用:
屬性 | 值 | 描述 | onabort
script當(dāng)發(fā)生中止事件時運行腳本oncanplay
script當(dāng)媒介能夠開始播放但可能因緩沖而需要停止時運行腳本oncanplaythrough
script當(dāng)媒介能夠無需因緩沖而停止即可播放至結(jié)尾時運行腳本ondurationchange
script當(dāng)媒介長度改變時運行腳本onemptied
script當(dāng)媒介資源元素突然為空時(網(wǎng)絡(luò)錯誤、加載錯誤等)運行腳本onended
script當(dāng)媒介已抵達結(jié)尾時運行腳本onerror
script當(dāng)在元素加載期間發(fā)生錯誤時運行腳本onloadeddata
script當(dāng)加載媒介數(shù)據(jù)時運行腳本onloadedmetadata
script當(dāng)媒介元素的持續(xù)時間以及其他媒介數(shù)據(jù)已加載時運行腳本onloadstart
script當(dāng)瀏覽器開始加載媒介數(shù)據(jù)時運行腳本onpause
script當(dāng)媒介數(shù)據(jù)暫停時運行腳本onplay
script當(dāng)媒介數(shù)據(jù)將要開始播放時運行腳本onplaying
script當(dāng)媒介數(shù)據(jù)已開始播放時運行腳本onprogress
script當(dāng)瀏覽器正在取媒介數(shù)據(jù)時運行腳本onratechange
script當(dāng)媒介數(shù)據(jù)的播放速率改變時運行腳本onreadystatechange
script當(dāng)就緒狀態(tài)(ready-state)改變時運行腳本onseeked
script當(dāng)媒介元素的定位屬性 [1] 不再為真且定位已結(jié)束時運行腳本onseeking
script當(dāng)媒介元素的定位屬性為真且定位已開始時運行腳本onstalled
script當(dāng)取回媒介數(shù)據(jù)過程中(延遲)存在錯誤時運行腳本onsuspend
script當(dāng)瀏覽器已在取媒介數(shù)據(jù)但在取回整個媒介文件之前停止時運行腳本ontimeupdate
script當(dāng)媒介改變其播放位置時運行腳本onvolumechange
script當(dāng)媒介改變音量亦或當(dāng)音量被設(shè)置為靜音時運行腳本onwaiting
script當(dāng)媒介已停止播放但打算繼續(xù)播放時運行腳本
其他事件
屬性 | 值 | 描述 | onshow
script當(dāng)