Execute a JavaScript when releasing a mouse button over a paragraph:
![]()
The onmouseup event attribute is supported in all major browsers.
The onmouseup attribute fires when a mouse button is released over the 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):
Note: The onmouseup attribute CANNOT be used with: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, or <title>.
None.
| Value | Description |
|---|---|
| script | The script to be run on onmouseup |
HTML Event Attributes
Your message has been sent to W3Schools.