SoFunction
Updated on 2025-04-04

JS drag technology About setCapture use


<script type="text/javascript">
<!--
=function(){
objDiv = ('drag');
drag(objDiv);
};
function drag(dv){
=function(e){
var d=document;
e = e || ;
var x= || ;
var y= || ;
//Set the capture range
if(){
();
}else if(){
( | );
}

=function(e){
e= e || ;
if(!)=;
if(!)=;
var tx=-x;
var ty=-y;
=tx;
=ty;
};
=function(){
//Cancel the capture range
if(){
();
}else if(){
(|);
}
//Clear event
=null;
=null;
};
};
}
//-->
</script>
<div style="position:absolute;left:12px;top:24px;width:100;height:150;border:1px solid #000000;z-index:1;background:#eeeeee">drag me</div>