mouseup | onmouseup event

This topic has not yet been rated - Rate this topic

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

HTML 4.01 Specification, Section 18.2.3

Syntax

HTML Attribute <element onmouseup = "handler(event)">
Event Property object.onmouseup = handler;
addEventListener Method object.addEventListener("mouseup", handler, useCapture)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: IHTMLEventObj

Standards information

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.

See also

a
abbr
address
area
audio
b
bdo
blockQuote
body
button
canvas
caption
cite
code
custom
dd
del
div
dl
document
dt
em
embed
fieldSet
form
hn
hr
i
img
input type=button
input type=checkbox
input type=file
input type=image
input type=password
input type=radio
input type=reset
input type=submit
input type=text
ins
kbd
label
legend
li
map
object
ol
p
pre
q
rt
ruby
s
samp
select
small
source
span
strong
sub
sup
table
tBody
td
textArea
tFoot
th
tHead
tr
u
ul
var
video
window
SVGSVGElement
Reference
onmousewheel
onclick
onmousedown
onmousemove
onmouseout
onmouseover
onmspointerup

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.