This question is locked. New answers and comments are not allowed.
Hi,
How can I cancel an event from the menu?
I've trying this:
and the menu action it's not canceled.
I'm missing something?
Thank you,
Paul
How can I cancel an event from the menu?
I've trying this:
| function onSelect(e) |
| { |
| agent = jQuery.browser; |
| if (agent.msie) { |
| e.cancelBubble = true; |
| } |
| e.stopPropagation(); |
| return false; |
| } |
I'm missing something?
Thank you,
Paul