How can i use the jQuery live function as a right click listener?
I’ve used this plugin: http://abeautifulsite.net/2008/05/jquery-right-click-plugin for right click event listening. But it isn’t live, which is a problem for me.
Hope you can help
(btw. sorry for my bad english)
Thanks in advance
rightClick()is just a function that assigns regular mouse events. The function disables the context menu.You may be better off just calling
rightClick()on your images directly in the code that dynamically creates them.