|
|
|
|
|
onmouseup
The onmouseup property returns the onMouseUp event handler code on the current element.
Syntax
event handling code = element.onMouseUpExample
None.Notes
The mouseup event is raised when the user releases the left mouse button.
Specification
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|