DOM Events-Form Flashcards

1
Q

blur

A

The event occurs when a form element loses focus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

change

A

The event occurs when the content of a form element, the selection, or the checked state have changed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

focus

A

The event occurs when an element has received focus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

reset

A

The event occurs when a form is reset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

select

A

The event occurs when a user selects text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

submit

A

The event occurs when a form is submitted (fired only on the form element, not the button or submit input)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly