Event handling
1. Event source: any HTML element (node), body, div, button
2. Event: your operation
Mouse:
Click Click
dblick Double click
oncontextmenu text menu
Keypress Keyboard event
Keyup Lift
Keydown Press
Load Load
onload is an event triggered after the page is loaded
Unload Close
Before unload closes
focus focus event
lost focus
Submit Submit event
Change event
Scroll Scroll
Selectstart select event
3. Event handler
The first type:
Format:
Example:
Object.on handler directly in javascript