[jQuery] Re: Loading help with contextmenu plugin.

2008-06-03 Thread Mauricio Farah
Thanks both of you, it worked just fine :). Mauricio. On May 28, 2:52 pm, Ken Gregg <[EMAIL PROTECTED]> wrote: > Use livequery. I attach it to each row in a flexigrid ike this: > > $('tbody tr').livequery(function() { > $(this).contextMenu('ctxMenu', { > bindings: { > 'map': function

[jQuery] Contextmenu plugin help

2008-05-30 Thread Mauricio Farah
me elements I loaded AFTER the page, using $(#id).load(val); or $(#id).text(val);. The menu doesn't show on those elements and I don't know how to load it after loading those elements (or even if that's possible). I hope someone could help me. Thanks in advance. Mauricio Farah.

[jQuery] Loading help with contextmenu plugin.

2008-05-27 Thread Mauricio Farah
Hi, I don't know if it's the right place to post this, but I can't find developer's email anywhere. In case that you don't know the plugin http://www.trendskitchens.co.nz/jquery/contextmenu/ is the homepage. Basically it let's you override right click on the browser for the html elements you want,