Пример jQuery mouseup () и mousedown ()
События jQuerymouseup() иmousedown() говорят сами за себя, чтобы убедиться, что кнопка мыши нажата или отпущена.
Попробуй сам
jQuery mouseup() and mousedown() examples
mouseup
Fire when mouse over this element and released the mouse button.mousedown
Fire when mouse over this element and pressed on the mouse button.