sydcanem / bootstrap-contextmenu

Context menu plugin for Twitter's Bootstrap framework
http://sydcanem.com/bootstrap-contextmenu/
645 stars 193 forks source link

manually open context menu #29

Closed davo3 closed 11 years ago

davo3 commented 11 years ago

Hi,

Is there a way to manually open context menu if some event happens ? Actually what I am trying to accomplish is this I have a big table with many cells and when I attach context menu for each of them it becomes slow - when I right click I wait a little for it to appear. What I think to do is to attach a right click event to each cell, and when the user clicks on it show the context menu.

Thanks

Found it already !!