Mousedown is a browser event that occurs when a user clicks the mouse button down on an element.
Mousedown is a browser event that occurs when a user clicks the mouse button down on an element. It usually occurs right before a mouseup event (when the user releases the mouse), and is part of an onclick event, which comprises both the click down and release of the mouse.