DOM Events-Form Flashcards
1
Q
blur
A
The event occurs when a form element loses focus
2
Q
change
A
The event occurs when the content of a form element, the selection, or the checked state have changed
3
Q
focus
A
The event occurs when an element has received focus
4
Q
reset
A
The event occurs when a form is reset
5
Q
select
A
The event occurs when a user selects text
6
Q
submit
A
The event occurs when a form is submitted (fired only on the form element, not the button or submit input)