jQuery Plugin to Disable Copy and Paste on Your Site
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.
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.
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