![]() |
VOOZH | about |
The HTML DOM onmouseup event occurs on the release of a pressed button on a mouse over an element.
Related events for left-click:
Related events for right-click:
Supported Tags: It supports All HTML elements, EXCEPT:
Syntax:
<element onmouseup="myScript">
object.onmouseup = function(){myScript};object.addEventListener("mouseup", myScript);
Example: In this example, we will use the HTML DOM onmouseup event.
Output:
Supported Browsers: The browsers supported by HTML DOM onmouseup Event are listed below: