I'm using jQuery Context Menu plugin.
I have the following:
$('div').contextMenu({
menu: 'menu'
},function(action, el, pos) {
//some statements
});
How to activate it when a user 'click' instead of just right click?
|
I'm using jQuery Context Menu plugin. I have the following:
How to activate it when a user 'click' instead of just right click? |
|||
|
|
|
LOL I was going to say: change plugin code, line 40
to
|
|||||||
|
this should work fine |
|||||||
|