Permalink
Browse files
demos draggable handle: disable text selection
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
demos/draggable/handle.html
|
|
@@ -15,6 +15,7 @@ |
|
|
$(function() {
|
|
|
$("#draggable").draggable({ handle: 'p' });
|
|
|
$("#draggable2").draggable({ cancel: "p.ui-widget-header" });
|
|
|
+ $(".ui-draggable").disableSelection();
|
|
|
});
|
|
|
</script>
|
|
|
</head>
|
|
|
|
0 comments on commit
1b005c0