how to stop to view source code code example
Example: block view source html
$(document).ready(function() {
$(document).bind("contextmenu copy paste cut drag drop ", function (e) {
return false;
});
});