[jQuery] Re: onRighClick method?

2008-06-18 Thread Isaak Malik
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,

[jQuery] Re: onRighClick method?

2008-06-18 Thread Andy Matthews
Sent: Wednesday, June 18, 2008 6:38 AM To: jquery-en@googlegroups.com 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

[jQuery] Re: onRighClick method?

2008-06-18 Thread Aaron Heimlich
:* [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

[jQuery] Re: onRighClick method?

2008-06-18 Thread Andy Matthews
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

[jQuery] Re: onRighClick method?

2008-06-18 Thread Isaak Malik
@googlegroups.com *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

[jQuery] Re: onRighClick method?

2008-06-18 Thread Isaak Malik
? :) -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Isaak Malik *Sent:* Wednesday, June 18, 2008 6:38 AM *To:* jquery-en@googlegroups.com *Subject:* [jQuery] Re: onRighClick method? The reason that they don't implement this directly

[jQuery] Re: onRighClick method?

2008-06-18 Thread Andy Matthews
@googlegroups.com Subject: [jQuery] Re: onRighClick method? Actually, it's not that Opera doesn't support it as it has support for right click events but is disabled by default and context menus won't work as good as on firefox and yes for once also IE because just Opera discourages the use of context