Click here to Skip to main content
16,004,227 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to get position, height and width of right click context menu of any browsers using javascript/jquery???
Posted

1 solution

You can't. It's not a DOM element. But you can override the right click event and create your own context menu. (Here's a plugin for you to do that in jQuery)--http://medialize.github.io/jQuery-contextMenu/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900