.mouseup( handler(eventObject) )
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.
Mouse click here for the mouseup event to occur