图片拖拽的继承,引用 1 (需要引入2,3两个js才能运行)

Posted gunner

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了图片拖拽的继承,引用 1 (需要引入2,3两个js才能运行)相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script src="Drag.js"></script>
<script src="LimitDrag.js"></script>
<style>
#box1{width: 100px;
height:100px;background-color: #00ee00;position: absolute;}
#box2{width: 100px;
height:100px;background-color: red;position: absolute;}
</style>
<script>
window.onload=function(){
new Drag("box1")
new LimitDrag("box2")
}
</script>
</head>
<body>
<div id="box1"></div>
<div id="box2"></div>
</body>
</html>

以上是关于图片拖拽的继承,引用 1 (需要引入2,3两个js才能运行)的主要内容,如果未能解决你的问题,请参考以下文章

图片拖拽的继承,引用 2

Antd Upload图片墙拖拽改造

WPF中元素拖拽的两个实例

iOS边练边学--触摸事件以及能够拖拽的UIView的练习

拖拽的几种方式

unity UGUI怎么让 被拖拽的UI最后渲染