Hrm... I can't find that contextMenu in the API on Remy's website. Is it just missing? is it listed under something else?
_____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Heimlich Sent: Wednesday, June 18, 2008 10:10 AM To: [email protected] Subject: [jQuery] Re: onRighClick method? The ContextMenu plugin you're referring to (http://www.trendskitchens.co.nz/jquery/contextmenu/) works by listening for the "contextmenu" event, e.g. $(this).bind('contextmenu', function(e) { // do cool stuff... }); We use it pretty heavily (although with some mods to allow for activation on left-click as well) and I can't think of any issues it has with Opera of the top of my head. On Wed, Jun 18, 2008 at 8:11 AM, Andy Matthews <[EMAIL PROTECTED]> wrote: Ahh... Opera doesn't support it? Interesting. I'll take a look at the ContextMenu plugin, but it's a shame that jQuery doesn't offer a rightclick method. Besides...who really cares about Opera? :) _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Isaak Malik Sent: Wednesday, June 18, 2008 6:38 AM To: [email protected] Subject: [jQuery] Re: onRighClick method? The reason that they don't implement this directly into the jQuery library is probably because of the lack of support by the Opera browser. Also the contextmenu plugin may be a little old but it still works On Wed, Jun 18, 2008 at 1:33 PM, Andy Matthews <[EMAIL PROTECTED]> wrote: Is there now, or are there any plans to have, an onRightClick method in jQuery? I found a ContextMenu plugin but it was last updated almost a year ago. Alternately, are there any other plugins out there that would offer ContextMenu support for right clicking? -- Isaak Malik Web Developer -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

