Closed
Description
Hi Rodney,
It will be nice to have the original event which triggered the context menu as part of the run-time options that are passed to callback function. I needed to know where the mouse of right clicked and I ended up doing this:-
position: function($menu, x, y) {
//cache my x, y
$.contextMenu.defaults.position($menu, x, y);
},
Thanks,
sagar