Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/Barrior/DDSort
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Nov 8, 2017
2 parents 26ec1e8 + 9fd1a68 commit a789a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions ddsort.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
/**
* Author: https://github.com/Barrior
*
* DDSort: drag and drop sorting.
* @param {Object} options
* target[string]: 可选,jQuery 事件委托选择器字符串,默认 li
* delay[number]: 可选,延时拖拽,单位毫秒
* cloneStyle[object]: 可选,设置占位符元素的样式
* floatStyle[object]: 可选,设置拖动元素的样式
* down[function]: 可选,鼠标按下时执行的函数
* move[function]: 可选,鼠标移动时执行的函数
* up[function]: 可选,鼠标抬起时执行的函数
* Documentation: https://github.com/Barrior/DDSort
*/
+function ($) {
var defaultOptions = {
Expand Down
2 changes: 1 addition & 1 deletion ddsort.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a789a1e

Please sign in to comment.