Are you already using the contextmenu event?
If you bind to that and return false from the event handler, you might
prevent the default context menu. I've not tried it though!

$(...).bind("contextmenu", function(){ return false; });

On Apr 9, 8:47 am, mich2211 <[email protected]> wrote:
> Does anyone know how to figure this out?
> Any pointer are appreciated

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to