Home › Forums › Other › Zero Clipboard w/ jQuery › Re: Zero Clipboard w/ jQuery
December 8, 2009 at 11:33 pm
#67863
Member
Hi
My friend has a problem with Java. Long time before he had the same problem. As he could not get the perfect solution, he quit it. But again for the same query he has asked for the help. I hope somebody would like to assist my friend.
My friend can’t figure out how to disable clipboard on a specific element using jQuery. He have the context menu disabled on right click, but can’t figure out how to disable the clipboard?
Disable context menu:
JavaScript Code:
$(‘#recentUsers’).bind("contextmenu",function(e){
return false;
});
Siebird is offline Reply With Quote
Any help appreciated.