Mouseup is a browser event that occurs when a user release the mouse button (lets it up) on an element.
Mouseup is a browser event that occurs when a user releases the mouse button on an element. It usually occurs right after a mousedown event (when the user clicks the mouse button down), and is part of an onclick event, which comprises both the click down and release of the mouse.