Change dragging

containment
This commit is contained in:
touffies
2013-09-27 11:59:35 +02:00
parent 6840ad362e
commit a82d671d4a

View File

@@ -154,7 +154,7 @@
$('.draggable', $list).draggable({
cursor: 'move',
helper: 'clone',
//containment: "document",
containment: "document",
opacity: 0.5,
revert: "invalid", // when not dropped, the item will revert back to its initial position
zIndex: 10