[js]preventDefault 不支持的处理方法与函数不存在的判断方法
clq
浏览(553) -
2020-01-09 13:47:15 发表
编辑
关键字: javascript
[js]preventDefault 不支持的处理方法与函数不存在的判断方法
dom_title.onmousedown = function(e) { //this.title.onmousedown = function(e) {
var box = dom_form;
var e = e || window.event; //要用event这个对象来获取鼠标的位置
this.x = e.clientX - box.offsetLeft;
this.y = e.clientY - box.offsetTop;
this.isDrop = true; //设为true表示可以移动
if (e.preventDefault) e.preventDefault(); //阻止默认事件,取消文字选中//所说可以,不一定有效//ie 不支持,所以要判断一下是否存在
e.returnValue = false; //同上,所说 ie 支持
//_alert("onmousedown");
} //onmousedown
NEWBT官方QQ群1: 276678893
可求档连环画,漫画;询问文本处理大师等软件使用技巧;求档softhub软件下载及使用技巧.
但不可"开车",严禁国家敏感话题,不可求档涉及版权的文档软件.
验证问题说明申请入群原因即可.