GlobalEventHandlers.onmouseup

The onmouseup property returns the onMouseUp event handler code on the current element.

Syntax

JavaScript
element.onmouseup = <var>event handling code</var>

Notes

The mouseup event is raised when the user releases the mouse button.

Specifications

Specification Status Comment
WHATWG HTML Living Standard
The definition of 'onmouseup' in that specification.
Living Standard  

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/globaleventhandlers/onmouseup

API HTML DOM NeedsExample Property Reference