Home>Article>Web Front-end> Summary of JavaScript knowledge points: functions and events
Related free learning recommendations:javascript(video)
JavaScript function With events
1. Custom function
The sample is as follows:
2.JavaScript system function
2 .JavaScript eventPage event:
onload() Page loading
onblur() Lose focus
onfocus() Gain focus
onchange() Input box changes
Mouse Event:
onclick() click
onmousedown() mouse move in
onmouseout() mouse move out
onmousemove() mouse move
Keyboard event:
onkeypress()
Form event :
onsubmit()
JavaScript Browser Object Model
window() Top-level objecthostory() browser record object
location() address object
document() document object
window( ) method
window() attribute
navigator() method
navigator() attribute
screen() attribute
history() method
The above is the detailed content of Summary of JavaScript knowledge points: functions and events. For more information, please follow other related articles on the PHP Chinese website!