Disable Copying on a website

前端 未结 8 1146
礼貌的吻别
礼貌的吻别 2021-02-10 06:38

I know that it\'s impossible to thwart the world\'s most advanced minds, but I\'d like to put the slightest of barriers on my website to keep my students from copying text from

8条回答
  •  暖寄归人
    2021-02-10 07:15

    Selecting text, copy, the right click can be disabled on a web page easily using jQuery. Below is the simple jQuery code snippet which can do this task easily:

    
    

    Source: Disable right click, copy, cut on web page using jQuery

提交回复
热议问题