I have this element which animates on a \[code\]mouseup\[/code\] function, but right now, it works for both the left and right buttons. Is there any way to only use the left button?\[code\]$(document).ready(function() { $("div").mouseup(function() { top: "-101%" });});\[/code\]