JavaScript Mouse Events
You are Here:
JavaScript Mouse Events
The following are the list of Mouse events available in JavaScript programming.
Functions | Explanation |
---|---|
onclick | Occurs when the user clicks on an element. |
oncontextmenu | Occurs when the user right-clicks on an element to open the context menu. |
ondblclick | Occurs when the user double clicks an element. |
onmousedown | Occurs when a user presses a mouse button over an element. |
onmouseenter | Occurs when the mouse pointer is entered onto an element. |
onmouseleave | Occurs when the mouse pointer is left out of an element. |
onmousemove | Occurs when the mouse pointer is moving while it is over an element. |
onmouseover | Occurs when the mouse pointer is moved onto an element or one of its child elements. |
onmouseout | Occurs when the mouse pointer is moved out of an element or one of its children. |
onmouseup | Occurs when a user releases a mouse button over an element. |
onwheel | Occurs when the mouse wheel is rolled up or down over an element. |
Reminder
Hi Developers, we almost covered 97% of JavaScript Tutorials with examples for quick and easy learning.
We are working to cover every Single Concept in JavaScript.
Please do google search for:
Join Our Channel
Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.
This channel is primarily useful for Full Stack Web Developer.