DOM Events-Mouse Flashcards
1
Q
click
A
The event occurs when the user clicks on an element
2
Q
dblclick
A
The event occurs when the user double-clicks on an element
3
Q
mousedown
A
The event occurs when a user presses a mouse button over an element
4
Q
mousemove
A
The event occurs when a user moves the mouse pointer while over an element
5
Q
mouseout
A
The event occurs when a user moves the mouse pointer out of an element
6
Q
mouseover
A
The event occurs when a user moves the mouse pointer onto an element
7
Q
mouseup
A
The event occurs when a user releases a mouse button over an element