I am trying to late-bind context menus to elements, using the ContextMenu plugin. So on the first right-click on those elements, I would like to :
There is a newer way to do this:
$('#element').triggerHandler('contextmenu');
Documentation can be found here.