Audero Context Menu Demo - Created by Aurelio De Rosa

Example 1 - Basic

This example shows you the basic behavior of Audero Context Menu.

Right-click here to show the custom menu.
Left-click here or click outside this area and the menu will disappear.

Example 2 - Menu with fixed position

This example shows you how, with few changes, you can display the menu in a fixed position. All you have to do is to place the menu (the <ul>) inside the element you want to attach the plugin and set the CSS position attribute of the latter to relative.

Right-click here to show another custom menu with fixed position.
Left-click here or click outside this area and the menu will disappear.

Example 3 - Bind left click

This example shows how you can have the custom context menu also for the mouse left button click event.

Click (right or left) here to show the custom menu.
Click outside this area and the menu will disappear.