mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-15 22:44:55 -05:00
demos draggable delay-start: disable text selection
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
$(function() {
|
||||
$("#draggable").draggable({ distance: 20 });
|
||||
$("#draggable2").draggable({ delay: 1000 });
|
||||
$(".ui-draggable").disableSelection();
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user