How To Disable Right Click By Using Jquery
Today in this tutorial i,m going to teach you how to disable right click
using jquery. If you want to add this feature on your site then follow
this simple steps you can disable right click on your blog
1) First of all go to your blogger dashboard click on template and then edit html
2) Use Ctrl+F and find </head>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' type='text/javascript'/><script type='text/javascript'>//<![CDATA[$(document).ready(function(){$(document).bind("contextmenu",function(e){ return false;});});//]]></script>
4) Finally click on save template and you have done
0 Comments