jquery-simple-context-menu icon indicating copy to clipboard operation
jquery-simple-context-menu copied to clipboard

A really simple, good looking jQuery context menu

Results 17 jquery-simple-context-menu issues
Sort by recently updated
recently updated
newest added

Runtime decide the parent for contextpop. I want to get current parent element. How it will achieve ? Pls help.

I'd like to not render items if any condition (an option is not selected or an element is hidden) is satisfied. For example, let's imagine my HTML page has a...

hi, everytime i run this, it jumps to the top of the page, which is really annoying. From the code, it looks like this could be fixed by changing: `var...

wouldl like to use this plug, but I have the need for a submenu. Can it be easily modified to add a 1 level submenu?

When I define a selection menu: <select class="contextUse" ....> <option>...</option> <option>...</option> ... <option>...</option> </select> and then in my JavaScript: <script ...> $(document).ready(function() { ...snip... $(".contextUse").contextPopup({ title: "Favorites", items: [ {label:"Go",...

hi, I create the rightclick menu for images (each is an li element) and I would like to have a rightclick link to download each of the images. the li...

on IE9 the bg cover sometime not work, so I just add a few code, to avoid this, // On contextmenu event (right click) this.bind('contextmenu', function(e) { //remove any old,...