12 Star 22 Fork 3

const-undefined-man / drag

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 860 Bytes
一键复制 编辑 原始数据 按行查看 历史
const-undefined-man 提交于 2017-06-22 10:32 . update md file

#drag 一个简单的jQuery拖拽插件。简单,方便,灵活,不需要依赖jQuery UI等组件。

本插件基于jQuery1.8.1.js开发,使用时请保障jQuery版本在此以上。

在线demo:http://sole.oschina.io/drag

#优点 不依赖任何css、js,完全自定义拖拽界面;适合有一定经验的人使用。

#说明 没有响亮的名字,没有遵循什么协议;但是,你可以在任何时候,任何地点随便修改,任意使用; 在这个烦躁、堕落、又不尊重尊重知识产权的天朝,一切神马都是浮云。

#auth auth:sole

email:macore@163.com

#use

$('drag-title').drag({
    dir:'xy',
    limit:0,
    down:function(point){
        console.log(point);
    },
    move:function(point){
        console.log(point);
    }
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/const-undefined-man/drag.git
git@gitee.com:const-undefined-man/drag.git
const-undefined-man
drag
drag
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891