1、常用window事件(window.onload/onscroll...=function(){})
load事件
unload事件(頁面載入時生效)
scroll事件(頁面滾動時生效)
2、常用滑鼠事件(box.onclick/onmouseover...=function(){})
click事件(單擊)
dbclick事件(雙擊)
mouseover事件(冒泡)
mouseout事件(冒泡)
mousedown事件(滑鼠按下)
mouseup事件(滑鼠彈起)
3、常用滑鼠事件
keydown事件(鍵盤按下)
keyup事件(鍵盤彈起)
js之事件冒泡和事件捕獲詳細介紹
1 冒泡型事件 事件按照從最特定的事件目標到最不特定的事件目標 document物件 的順序觸發。ie 5.5 div body document ie 6.0 div body html document mozilla 1.0 div body html document window 2 捕獲...
js之事件冒泡和事件捕獲詳細介紹
1 冒泡型事件 事件按照從最特定的事件目標到最不特定的事件目標 document物件 的順序觸發。ie 5.5 div body document ie 6.0 div body html document mozilla 1.0 div body html document window 2 捕獲...
資料的分類和介紹
例項 usr bin env python coding utf 8 author tom from sklearn.datasets import load iris from sklearn.model selection import train test split li load iris...