aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.sortable.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-03 01:20:55 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-03 01:20:55 +0000
commitd5f41446ddc4c9c44e0599ff5bde406b6fc0182c (patch)
tree23b35df5a1105b2b4e3a4192b72d2c4810934abf /ui/ui.sortable.js
parent66976a932693bf9903fcdd28dd05838a84571c71 (diff)
downloadjquery-ui-d5f41446ddc4c9c44e0599ff5bde406b6fc0182c.tar.gz
jquery-ui-d5f41446ddc4c9c44e0599ff5bde406b6fc0182c.zip
sortable defaults
Diffstat (limited to 'ui/ui.sortable.js')
-rw-r--r--ui/ui.sortable.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js
index 9bf6a4347..3a2dbc5ec 100644
--- a/ui/ui.sortable.js
+++ b/ui/ui.sortable.js
@@ -995,8 +995,10 @@ $.extend($.ui.sortable, {
defaults: {
accurateIntersection: true,
appendTo: "parent",
+ axis: false,
cancel: ":input,option",
connectWith: false,
+ containment: false,
cssNamespace: 'ui',
cursor: 'default',
cursorAt: false,
@@ -1005,11 +1007,13 @@ $.extend($.ui.sortable, {
dropOnEmpty: true,
forcePlaceholderSize: false,
forceHelperSize: false,
+ grid: false,
handle: false,
helper: "original",
items: '> *',
opacity: false,
placeholder: false,
+ revert: false,
scope: "default",
scroll: true,
scrollSensitivity: 20,