12 Star 25 Fork 4

const-undefined-man/drag

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
LICENSE
README.md
index.html
jQuery.drag.js
Clone or Download
README.md 860 Bytes
Copy Edit Raw Blame History
const-undefined-man authored 8 years ago . 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);
    }
});
Loading...
马建仓 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

Search