Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

I am using the jQuery contextMenu library v2.9.2. I want to close the context menu by clicking outside the context-menu div but I also need to focus on the element where I just clicked (new target). I ...
Ghazi Sultan's user avatar
0 votes
1 answer
1k views

https://swisnl.github.io/jQuery-contextMenu I am using the context menu here $.contextMenu({ selector: '.selectedItem', // trigger: 'none', callback: function (key, options) { ...
Mehmet Ceylan's user avatar
0 votes
1 answer
94 views

I have 2 lists, A and B. I use A context menu (right click menu) which moves the item onto the other list but when I right click this item it is using its original data and classes. How do I achieve ...
ThurstonLevi's user avatar
2 votes
1 answer
3k views

I am trying to use Martin Wendt's context menu control with FullCalendar in a similar manner to this question. A context menu is supposed to appear whenever an event is right clicked but the problem ...
Xtravia9's user avatar
1 vote
1 answer
738 views

I'm creting a jquery context menu, using https://swisnl.github.io/jQuery-contextMenu/ . I've sucessfully done the creation part of the submenu. I had to use build, in order to have some data that is ...
lrente's user avatar
  • 1,150
0 votes
1 answer
124 views

i have an contextmenu which gets filled with an async server request. While its loading i am prefilling this menu like this. $(document).contextmenu("setEntry", "test", "(loading...)"); But i've seen ...
overflowingTask's user avatar
0 votes
1 answer
1k views

I want to use a contextmenu (jQuery contextMenu) on top of a Plotly object. The problem is that, when I select multiple elements with the Box- or Lasso-select tool and then right-click on a bar, it ...
SeGa's user avatar
  • 9,879
0 votes
1 answer
284 views

If i use Jquery Context menu on my page, then all html code appears inside BODY tag. Right before closing I need that this html code located inside MY div with id="mydiv" . I need it for my z-index ...
Evgeny's user avatar
  • 11
0 votes
0 answers
113 views

I have a web page that uses this JS libraries: calendar_en.js --- (www.dhtmlgoodies.com, v2.1.2) jquery-min.js --- (jQuery v3.2.1) jquery-migrate-3.0.1.min.js jquery-ui.min.js --- (jQuery UI - v1.12.1)...
Fel's user avatar
  • 4,898
1 vote
0 answers
314 views

I'm working with Fullcalendar.js and I set for each event a Simple Contextmenu that makes a specified function (change status when confirming a medical appointment). Next code sample works fine only ...
Joan Paz's user avatar
0 votes
1 answer
1k views

I'm dealing with Martin Wendt's jQuery Context-menu plugin and I'm trying to integrate it in my FullCalendar plugin. The issue is that nothing happens on right-clicking on the event. So, no context-...
Andrew's user avatar
  • 45
0 votes
1 answer
561 views

I want to edit/delete data in a row within a table by using the Jquery contextmenu onclick event. The problem is when i click in a row the last row will be fetched rather than on the selected row. ...
Larigyn's user avatar
  • 115
0 votes
1 answer
724 views

I have hooked up a simple long touch function that after 500ms uses the "open" API command to open the context menu. The menu opens. However, on "touchend" the menu disappears. It only stays if I ...
Simon's user avatar
  • 66
2 votes
1 answer
4k views

I'm using fabric.js to create shapes on canvas . on right click on the shapes i want to show a context menu based on the shape selected. I'm able to capture the right click event and find which object ...
Mohamed Uvais M's user avatar
0 votes
2 answers
540 views

I am having an issue where I initialize the context menu on a grid, and it works but I have another function on the page that when clicked hides the grid, when I bring the grid back the menu no longer ...
Devnsyde's user avatar
  • 1,357
1 vote
1 answer
571 views

I am trying to access attributes on the DIV tag that is acting as the trigger for a JQuery-UI Context Menu, but am struggling. In a school context, I will have the name of a student in the text of ...
Richard's user avatar
  • 13
2 votes
1 answer
2k views

I am using the jquery-ui-contextmenu jquery plugin. I have several dynamically generated divs each with a pre tag. What i want to is to initialize the plugin once and when a user highlights text and ...
chewymole's user avatar
1 vote
0 answers
118 views

I'm using jquery-ui-contextmenu. The menu stays opened until a mouse click is done elsewhere. I want the menu to close when the mouse leaves it. I tried: blur: function(event, ui) { $("#tree")....
albar's user avatar
  • 3,100
0 votes
1 answer
2k views

I'm using the jquery contextmenu plugin, and try to add a custom class to meny entry. I push entry in a tab like this : var tab=[]; classCss="myCustomClass"; tab.push({ title: "Menu entry 1", ...
user3469203's user avatar
0 votes
2 answers
894 views

How can I retreive the ids of contexts menu just like in https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md, but with additionally provided IDs <div id="container"> <...
Stefan's user avatar
  • 137
5 votes
1 answer
4k views

I have multiple DOM elements with context menus. When one element is a child of the other and I invoke the context menu of the inner child, I also see the context menu from the parent. This is ...
nigel's user avatar
  • 71
4 votes
3 answers
9k views

I'm using Adam Shaw's FullCalendar control along with jQuery. I would like to add a context menu to events and days. I was able to achieve so by using Martin Wendt's Context Menu control. My code for ...
user2872534's user avatar
5 votes
3 answers
19k views

How do I use http://jqueryui.com/menu/ as a context menu on right mouse click. Is there a plugin or something? jquery-1.9.0 jquery-ui-1.10.0
user007's user avatar
  • 1,104