In the following web there is a div and a menu at the bottom.
When loading the document, using jQuery we hide the bottom menu with the hide() function.
We select the existing div with id "c_menu" and execute the event "contextmenu", that is to say, when we click with the right mouse button on the div, we create a function that executes the following:
Interesting Articles