Disable Right Click By Using Jquery
by Unknown
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
This post was written by: Author Name
Author description goes here. Author description goes here. Follow him on Twitter
Get Updates
Subscribe to our e-mail newsletter to receive updates.
Related Articles
Subscribe to:
Post Comments (Atom)
0 Responses to “Disable Right Click By Using Jquery”
Post a Comment