jQuery Plugin to Disable Copy and Paste on Your Site

Posted by & filed under JQUERY.

This jQuery plugin helps you to prevent copy and paste of your post content from your blog. This mainly helps you to avoid someone from copying the your quality content.

Here is the demo page you can test it right now.

jquery script to disable selection

Demo

jquery-script-to-disable-selection

jQuery script to Disable Selection

This is very simple to add this in your blog. Just follow few steps to add it.

Step 1:

Add following jQuery plugins in the head (<head> </head>)section of the html home page.

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script>
<script src='https://dl.dropboxusercontent.com/u/49791983/disableSelection.js'></script>

Note:

If your are a blogger, go to html editing page. Find </head> tag and add above plugins before </head> tag.

jquery script to disable selection

Download

Step2:

Now add following script just below that.

<script>
$(document).ready(function(){
$('body').disableSelection();
});
</script>

Note: Add this jQuery library only if you never add it before in your page.

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script>

If you felt any difficulty implementing this please leave the comments..

Download Premium Only Scripts & 80+ Demo scripts Instantly at just 1.95 USD per month + 10% discount to all Exclusive Scripts

If you want any of my script need to be customized according to your business requirement,

Please feel free to contact me [at] muni2explore[at]gmail.com

Note: But it will be charged based on your customization requirement

Get Updates, Scripts & Other Useful Resources to your Email

Join 10,000+ Happy Subscribers on feedburner. Click to Subscribe (We don't send spam)
Every Email Subsciber could have access to download 100+ demo scripts & all future scripts.

%d bloggers like this:

Get Instant Script Download Access!