Trigger right-click

后端 未结 3 445
-上瘾入骨i
-上瘾入骨i 2020-12-09 04:32

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 :

  1. intercept t
3条回答
  •  自闭症患者
    2020-12-09 05:14

    There is a newer way to do this:

    $('#element').triggerHandler('contextmenu');
    

    Documentation can be found here.

提交回复
热议问题