如何禁止火狐onblur时alert()产生类似选中的拖蓝效果




输入框中onblur 然后alert();会产生

复制 选中的效果的效果(

拖蓝

onblur="aa()"function aa(){ alert("--");

    if (window.getSelection()) window.getSelection().removeAllRanges();

}


说明:
https://developer.mozilla.org/zh-CN/docs/Web/API/Selection
上一篇:VMWare虚拟机实例拷贝到另一台服务器后出现Error in the RPC receive loop: RpcIn: Unable to send.错误的解决


下一篇:Compare, sort, and delete duplicate lines in Notepad ++