4-8. jQuery事件多認識
jQuery 常用事件簡介 @ RUNOOB
鼠標事件 | 鍵盤事件 | 表單事件 | 文檔/窗口事件 |
---|---|---|---|
click 3.3 已棄用 | keypress 3.3 已棄用 | submit 3.3 已棄用 | load 1.8 已棄用, 3.0 已移除 |
dblclick 3.3 已棄用 | keydown 3.3 已棄用 | change 3.3 已棄用 | resize 3.3 已棄用 |
mouseenter 3.3 已棄用 | keyup 3.3 已棄用 | focus 3.3 已棄用 | scroll 3.3 已棄用 |
mouseleave 3.3 已棄用 | blur 3.3 已棄用 | unload 1.8 已棄用, 3.0 已移除 | |
mouseover 3.3 已棄用 | |||
mouseout 3.3 已棄用 | |||
mousedown 3.3 已棄用 | |||
mouseup 3.3 已棄用 | |||
mousemove 3.3 已棄用 | |||
hover 3.3 已棄用 |