1
我使用jQuery .on()
函數來處理事件。但我想知道我可以使用的所有事件參數。感謝什麼是所有jQuery .on()函數事件參數?
我使用jQuery .on()
函數來處理事件。但我想知道我可以使用的所有事件參數。感謝什麼是所有jQuery .on()函數事件參數?
所有的參數爲:
blur
focus
focusin
focusout
load
resize
scroll
unload
click
dblclick
mousedown
mouseup
mousemove
mouseover
mouseout
mouseenter
mouseleave
https://api.jquery.com/on/ – Janar
準確的問題,在jQuery網站中你看不到所有的參數,我閱讀了源代碼並看到了所有的事件參數 – AmerllicA