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
Post a Comment