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 ) :
https://www.youtube.com/watch?v=O9uSj5kAQFo
**********
add script tag and paste it inside the script tag
src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"
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:
https://www.youtube.com/watch?v=6LYK5n1iay0&t=19s
free download django website about poll app:
https://www.youtube.com/watch?v=RPArC1uj5D4&t=10s
django admin tutorial :
https://www.youtube.com/watch?v=jSOKrzOKRoI
https://www.youtube.com/watch?v=sP5X-t4IA2I
https://www.youtube.com/watch?v=6UeuuSUtu_s
support the channel
LIKE || SUBSCRIBE || SHARE