CtxMenu-Javascript icon indicating copy to clipboard operation
CtxMenu-Javascript copied to clipboard

A free JavaScript plugin to create custom right click context menus.

Results 3 CtxMenu-Javascript issues
Sort by recently updated
recently updated
newest added

It looks like the _ctxMenusHas function needs tweaked to accommodate SVG images returning something besides the class names. Here's what I tried to fix the issue. ``` if (element.className !=...

Hi, Is there a method to call the context menu i created in desired event .. the scenario is i do something after left click event and i want to...

Please correct me if I'm wrong, but the documentation mentions no way get the element that was clicked on. There is, however, a way to get it. ```javascript contextMenu.addItem("alertElement", function...