jquery contextMenu + .live -


i using plugin called jquery contextmenu having trouble making work elements loaded via ajax after dom has loaded. know how can working .live?

i've made modification of original jquery.contextmenu.js script. i've replaced .each() .live("mousedown", ...) , deleted appropriate mousedown binding (you can make diff of code , original changes).

you can code http://pastebin.com/jbcar6g1

works me.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -