本项目已在 Github 开源(ele-drag)。
预览地址:https://oyps.github.io/ele-drag/
使用方法
- 使用
<script src="script.js">
导入库文件(CDN 地址) 增加拖拽功能,
.move
是需要拖拽的元素const ele = document.querySelector('.move') new EleDrag(ele, window, true)
- 说明:需要为被拖拽元素设置宽度,否则元素移动到最右边时,页面可能出现水平滚动条