jQuery(document).ready(function () { //Disable cut copy paste jQuery(‘body’).bind(‘cut copy paste’, function (e) { e.preventDefault(); }); //Disable mouse right click jQuery(« body »).on(« contextmenu »,function(e){ return false; }); });

Last Post

Published by

on

Laisser un commentaire