Hi everyone I am pretty new to Jquery so forgive me :) I have got the context menu working in firefox and IE, safari and chrome but in IE8 the default menu keeps poping up over mine. Does anyone know how to figure this out? Any pointer are appreciated cheers Mich
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; });
Leave a comment on george.jquery1's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic