aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/delay-start.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/draggable/delay-start.html')
-rw-r--r--demos/draggable/delay-start.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/draggable/delay-start.html b/demos/draggable/delay-start.html
index 4aa307213..500ac477d 100644
--- a/demos/draggable/delay-start.html
+++ b/demos/draggable/delay-start.html
@@ -14,6 +14,7 @@
$(function() {
$("#draggable").draggable({ distance: 20 });
$("#draggable2").draggable({ delay: 1000 });
+ $(".ui-draggable").disableSelection();
});
</script>
</head>