DOM Events-Mouse Flashcards

1
Q

click

A

The event occurs when the user clicks on an element

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

dblclick

A

The event occurs when the user double-clicks on an element

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

mousedown

A

The event occurs when a user presses a mouse button over an element

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

mousemove

A

The event occurs when a user moves the mouse pointer while over an element

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

mouseout

A

The event occurs when a user moves the mouse pointer out of an element

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

mouseover

A

The event occurs when a user moves the mouse pointer onto an element

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

mouseup

A

The event occurs when a user releases a mouse button over an element

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