Sometimes it is required to show a custom context menu instead of the browser default one when right-clicking on the webpage or on a specific element.
By doing that it is possible to show a context menu according to the element and disable the default menu where necessary.
It is customizable according to the website design.
For implementing this I am using jQuery in this tutorial.
When right-clicking on the element then disable the browser default context menu and display the custom options.