SyntaxFix
Write A Post
Hire A Developer
Questions
have a look at the following jQuery code:
$("#myId").mousedown(function(ev){ if(ev.which == 3) { alert("Right mouse button clicked on element with id myId"); } });
The value of which will be:
which