demos draggable delay-start: disable text selection

This commit is contained in:
Richard Worth 2009-01-27 18:14:55 +00:00
parent 2ef2b87ccb
commit e26951da7f

View File

@ -14,6 +14,7 @@
$(function() {
$("#draggable").draggable({ distance: 20 });
$("#draggable2").draggable({ delay: 1000 });
$(".ui-draggable").disableSelection();
});
</script>
</head>