How can I use jQuery's Live Function as a right click listener?
I have used this plugin: to listen to the right click event
(BTW sorry for my bad english)
Hope you can help me
Advance
rightClick () There is only one function that provides regular mouse events. Disables the context menu.
You can be better off calling rightClick () on your code, which dynamically builds them.
var $ myNewImage = $ ('& lt; img src = "some / path.jpg" />'); $ MyNewImage.rightClick (function () {// your correct click code}); $ MyNewImage.appendTo (selector);
Comments
Post a Comment