This page is Ready to Use

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

mouseup

Summary

Fires when the user releases a mouse button while the mouse is over the object.

Overview Table

Synchronous No
Bubbles Yes
Target dom/Element
Cancelable Yes
Default action Invoke a context menu (in combination with the right mouse button, if supported)
## Notes

Remarks

Use the button property to determine which mouse button is pressed. Initiates any action associated with this event. To invoke this event, do one of the following:

  • Press and release a mouse button.

Syntax

Standards information

Event handler parameters

pEvtObj [in]
Type: ****IHTMLEventObj****

Attributions