Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何设置 td 或单元格的触发器无法使用?我可以触发触发器但不关闭触发器。我将触发器设置为:
my.contextMenu({ trigger: '#Grid td ', //leftButton: false, rightButton: true, menu: '#testMenu', callback: ctxCallback });
如果您通过 medialize 使用 contextMenu 插件,根据文档,您可以尝试:
$("#Grid td").contextMenu(false);
禁用触发器。
禁用 contextMenu 触发器