Trigger right-click
问题 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 : intercept the right-click through a live event on a certain "uncontextmenued" class, determine if the data('events').contextmenu exists, if not, attach the context-menu (and change the class to avoid re-throwing this live process), re-throw the right-click event to show the right-click. I'm having trouble with the last item. jQuery allows to .click