Viewing 2 replies - 1 through 2 (of 2 total)
  • Open your header.php file and add this jQuery snippet right before the closing < /head> tag:

    <script type="text/javascript">
    $(document).ready(function(){
        $(document).bind("contextmenu",function(e){
            return false;
        });
    });
    </script>

    And test it

    it does not work 🙁

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hide source code’ is closed to new replies.