jquery - How to set td or cell's trigger unable? I can fire the trigger but do not turn off the trriger -


how set td or cell's trigger unable? can fire trigger not turn off trriger.i set trigger this:

 my.contextmenu({         trigger: '#grid  td ',         //leftbutton: false,                   rightbutton: true,         menu: '#testmenu',         callback: ctxcallback     }); 

if using contextmenu plugin medialize, according doc, can try:

$("#grid  td").contextmenu(false); 

to disable trigger.

disable contextmenu trigger


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -