[jQuery] Contextmenu plugin help
Hi, I need help with this plugin. I'm not sure if this is the place to
post it, I apologize if it isn't but I don't know how to contact the
developer. Basically Contextmenu let's you override the browser's
right click menu if you do it over some elements of your choice (more
reference on contextmenu homepage http://www.trendskitchens.co.nz/jquery/contextmenu/)
The menu is set inside the $(document).ready(function() {....} block,
so it's loaded after the page is loaded completely. What I want to do
(and I don't know how) is to make the menu appear on some 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.