how to prevent copy text from your website and django website || Do not copy content using JQuery

Описание к видео how to prevent copy text from your website and django website || Do not copy content using JQuery

how to prevent copy text from your website and django #website || Do not copy content using JQuery
prevent to copy content
do not copy content from your site
secure your site using jquery
#disable #copy system to your website
do not copy your blog
do not copy your blog from website

hey, in this video i have explain how to prevent copy your content
you can develop more and more , here i just show one jQuery concept
disable copy system to your website

how to create category wise list and detail view in django ( recommended ) :
   • Create Category wise List view in dja...  

**********
add script tag and paste it inside the script tag
src="https://ajax.googleapis.com/ajax/libs..."

now code for disable copy your content
write the code inside the script tag
$(document).ready(function() {
$('main').on("copy", function(e) {
e.preventDefault();
$("#d3").text('you can not copy this');
});
});

**** remember you should type this all code before body tag
here i use main html tag , you can choose whatever you want
and also i choose d3 id ....

more video:

how to get free ssl:
   • ZeroSSL | How to get free SSL certifi...  

free download django website about poll app:
   • Django poll app || free Download and ...  

django admin tutorial :
   • django admin tutorial #1 ||  Change a...  
   • Django admin tutorial #2 || Add searc...  
   • Django admin tutorial #3 || Django fi...  

support the channel
LIKE || SUBSCRIBE || SHARE

Комментарии

Информация по комментариям в разработке