.mouseup() Event

Syntax

.mouseup( handler(eventObject) )

Description

The .mouseup() event is used to perform a function when the mouse pointer is pressed up on the element. The below example shows how to change the style of an element when the mouse is pressed on it.

Example Code

Result:



Mouse click here for the mouseup event to occur



Ask Questions

Ask Question