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

Subscribers:
4,070
Published on ● Video Link: https://www.youtube.com/watch?v=nI7nuo-Tw4A



Category:
Tutorial
Duration: 4:52
445 views
13


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




Other Videos By B Learning Club


2020-08-12Django Project #8 || Filter query set or objects in Django || select random object from model
2020-08-09CSRF token in django || Csrf token live example || Cross-site request forgery
2020-08-07Django Project #7 || Add Search option for django website || filter by search query
2020-08-04django project #6 || Add Pagination for all objects || Add pagination for category wise objects
2020-08-02Django project #5 || Add tinymce to django || search filter in admin || odering object by date
2020-08-01Django Project #4 || Add Rich Text field for detail page || django ckeditor
2020-07-30Django Project #3 | Create Detail page for blog in djago
2020-07-28Django Project #2 || Category Wise Objects view in Django
2020-07-27Django Project #1 || Create Story book Website || create model for category wise object list
2020-07-26Create a Search Engine for your django website || How to create Search bar for your website
2020-07-23how to prevent copy text from your website and django website || Do not copy content using JQuery
2020-07-22Create Contact Form in Django for any website || Contact Form with bootstrap in django
2020-07-20Create Category wise List view in django || Category wise List and Detail page with django
2020-07-18Create music site with django || spotify with django || playlist song website by django
2020-07-17Spotify API in python || Grab Playlist of any artist using spotify api || learn SPOTIPY
2020-07-15Class based Detail view in django
2020-07-14Class based list view in django || create list view with class based view in django || CBV
2020-07-12render with pdf in django || html to pdf in django || easy django pdf render to pdf
2020-07-10Get absolute url in Django || Detail page with get absolute url method in Django
2020-07-09Create List and Detail page in dajngo || List and Detail view in Django
2020-07-07Registration with email notification in django || email notification in django



Tags:
website copy disable
how to disable copy system in website
disable copy the content
django
disable the copy content
disable copy paste in website
disable copy system in website
disable copy your blog
cannot copy blog
prevent to copy from website
jQuery
disable copy system use jQuery
how to disable copy system
how to disable copy system from your website
disable copy with jquery
disable copy with java script
disable copy in django website
django website