I am using a plugin called jQuery contextMenu but am having trouble making it work with elements that are loaded via ajax after the DOM has already loaded. does anyone know how i can get this working with .live?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I've made a modification of the original jquery.contextMenu.js script. I've replaced You can get the code from http://pastebin.com/jBcAR6g1 Works for me. |
|||||
|
|
I think you must use enableContextMenuItems() method on the newly added elements. If you post your code it would be easier to help. |
|||||||||||
|