We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bbc61 commit 3dfab4fCopy full SHA for 3dfab4f
CHANGELOG
@@ -1,3 +1,7 @@
1
+[0.9.8] Added options tolerance and distance
2
+ Do not modify Array.prototype (by Joakin)
3
+ serialize respects exclude option
4
+
5
[0.9.8] Added Serialization
6
Added onCancel
7
source/js/jquery-sortable.js
@@ -49,6 +49,7 @@
49
},
50
// The css selector of the containers
51
containerSelector: "ol, ul",
52
+ // Distance the mouse has to travel to start dragging
53
distance: 0,
54
// The css selector of the drag handle
55
handle: "",
0 commit comments