$(document).ready(function() { // Disable right-click on the entire document (outside the iframe as well) $(document).on("contextmenu", function(e) { e.preventDefault(); }); // Disable text...
$(document).ready(function() { // Disable right-click on the entire document (outside the iframe as well) $(document).on("contextmenu", function(e) { e.preventDefault(); }); // Disable text...