Javascript ContextMenu on a TD

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-04-30T20:10:50Z Indexed on 2010/04/30 20:17 UTC
Read the original article Hit count: 364

Filed under:
|
|

If I attach a context menu to a td, it fires okay for text in the TD, but if I add a div to the TD, the context menu will not fire when right clicking on the div. How can I make the context menu fire when anything, data or divs, are right clicked in the td?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery