Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Zero Clipboard w/ jQuery Re: Zero Clipboard w/ jQuery

#67863
sjohn
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.