Wednesday, June 13, 2012

Disable Right Click in Your Blogger/Blogspot Using JQuery.


Disable Right Click in Your Blogger/Blogspot Using JQuery.



Step 1: Login to your blogger dashboard--> Design- -> Edit HTML.

Step 2: Scroll down to where you see </head> tag.

Step 3: Copy below code and paste it just before the </head>  tag.

If You Want Copy This Code Click Here.

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function(){
$(document).bind("contextmenu",function(e){
    return false;
});
});

//]]>
</script>


Step 4: Now Clck on Save Template.

You are done.

Thanks....Like Us...Share Us....

0 comments:

Post a Comment

Make sure to click the "Subscribe By Email" link below the comment for to be notified of follow up comments and replies..