How to Disable Right Click In Blogger Using Jquery Trick | Hello Folks,Today inward This article nosotros volition explicate to you lot how to disable correct click component using a jQuery code snippet.So you lot must disable correct click for protecting your page origin in addition to likewise the content.To add together this characteristic inward your Blogger website or spider web log follow the steps mentioned below.
How to Disable Right Click On Website By Using Jquery:
installation steps:
Step 1. Log inward to your Blogger describe of piece of occupation concern human relationship in addition to Go to your Blogger Dashboard.
Step 2. Now Click on -> Template -> Edit HTML.
Step 3. Now Search for </head> tag by Pressing Ctrl+F keys.
Step 4.Copy the below code in addition to glue it merely earlier the </head> tag.
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js' type='text/javascript'></script>
<script src='http://code.jquery.com/jquery-migrate-1.2.1.js'></script>
<script type='text/javascript'>
//<![CDATA[
jQuery(document).ready(function($) {
$(document).bind("contextmenu", function(e) {
furnish false;
});
});
//]]>
</script>
Note:If Jquery is already installed inward your blogger template in addition to therefore take the next below lines from the inward a higher house code.
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js' type='text/javascript'></script>Step 5. Now Save your template..you are Done !!
<script src='http://code.jquery.com/jquery-migrate-1.2.1.js'></script>
We promise this article helped you lot to larn How to Disable Right Click In Blogger Using Jquery Trick For Content Protection.If you lot liked this article delight Join us on Facebook,Twitter,Google Plus.
No comments:
Post a Comment