Execute a JavaScript when releasing a mouse button over a paragraph:
The onmouseup event occurs when a user releases a mouse button over an element.
Tip: The order of events related to the onmouseup event (for the left/middle mouse button):
The order of events related to the onmouseup event (for the right mouse button):
In HTML:
In JavaScript:
| Parameter | Description |
|---|---|
| SomeJavaScriptCode | Required. Specifies a JavaScript to be executed when the event occurs |
![]()
The onmouseup event is supported in all major browsers.
The onmouseup attribute can be used within ALL HTML elements, EXCEPT: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, and <title>.
Event Object
Your message has been sent to W3Schools.