diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-07-28 18:34:01 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-07-28 18:34:01 +0000 |
commit | 841751a0d5ce21bae6e2318f2d3d16b9a4748014 (patch) | |
tree | 1732e770b9444f3454c6aa199e7396a4e2110e20 /ui/ui.draggable.js | |
parent | 609699d9e987ae06f10b636ff7ee0c6ac8a582ff (diff) | |
download | jquery-ui-841751a0d5ce21bae6e2318f2d3d16b9a4748014.tar.gz jquery-ui-841751a0d5ce21bae6e2318f2d3d16b9a4748014.zip |
1.8: initial version of tree component, dependant upon sortables and droppables
1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r-- | ui/ui.draggable.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index 80024a4d6..d72e24685 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -267,7 +267,8 @@ $.extend($.ui.draggable, { cancel: ":input", delay: 0, distance: 1, - helper: "original" + helper: "original", + scope: "default" } }); |