码迷,mamicode.com
首页 > 其他好文 > 详细

防止双击文字选中

时间:2018-12-30 22:10:32      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:highlight   use   asc   cti   script   双击   down   rip   return   

if(document.all){
        document.onselectstart= function(){return false;}; //for ie
      }else{
        document.onmousedown= function(){return false;};
        document.onmouseup= function(){return true;};
      }
      document.onselectstart = new Function(‘event.returnValue=false;‘);

  

防止双击文字选中

标签:highlight   use   asc   cti   script   双击   down   rip   return   

原文地址:https://www.cnblogs.com/holy-amy/p/10200558.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!