i don’t think so but i couldn’t find a quick answer!
is it possible to show the browsers rightclick (context) menu when clicking the left mouse trigger?
thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t emulate physical browser clicks, such as bringing up the context menu, for security reasons. The closest you’ll get to is trapping the click event, which can be done with:
http://jsfiddle.net/zysZC/
You may also be interested in this plugin: http://abeautifulsite.net/blog/2008/05/jquery-right-click-plugin/