diff options
-rw-r--r-- | demos/sortable/delaydistance.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/demos/sortable/delaydistance.html b/demos/sortable/delaydistance.html index f2fb94bf4..c8a8cd109 100644 --- a/demos/sortable/delaydistance.html +++ b/demos/sortable/delaydistance.html @@ -8,20 +8,17 @@ <script type="text/javascript" src="../../ui/ui.sortable.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> - .demo ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 20px; } + .demo ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 15px; } .demo li { margin: 3px; padding: 2px; } </style> <script type="text/javascript"> $(function() { - $("ul:eq(0)").sortable({ delay: 1000 }); - $("ul:eq(1)").sortable({ distance: 50 }); - }); </script> </head> |