basicContext icon indicating copy to clipboard operation
basicContext copied to clipboard

Easy-to-use context-menu for your website or webapp.

Results 3 basicContext issues
Sort by recently updated
recently updated
newest added

This prevents an unwanted offset of the page, when the context menu is opened. The same technique is being used by bootstrap-modal, 15px is the width of the scroll bar.

Removes the need for a menu container that covers the page. This way, we can catch the clicked target and close the menu as needed.

This commit triggers three custom events on the original target element that is passed into the show function: * **basicContext:show**: When the menu is opened. * **basicContext:click**: When a menu...