Open
Description
Hi there,
I am trying to create jQuery-contextMenu on daypilot scheduler event (DayPilot.org) but the scheduler context menu is conflicting with it. Basically, daypilot is preventing the contextmenu event propagation. So, my question is, Is there a way I can get jQuery-contextMenu manually without explicitly triggering 'contextmenu' event like in using:
$(".some-selector").contextMenu();
$(".some-selector").contextMenu({x: 123, y: 123});