SyntaxFix
Write A Post
Hire A Developer
Questions
You can use jquery for this:
$('body').bind('copy paste',function(e) { e.preventDefault(); return false; });
Using jQuery bind() and specififying your desired eventTypes .
jQuery bind()
eventTypes