mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos sortable connect-lists: disable text selection
This commit is contained in:
parent
1b005c0871
commit
ecce15895d
@ -15,7 +15,7 @@
|
|||||||
$(function() {
|
$(function() {
|
||||||
$("#sortable1, #sortable2").sortable({
|
$("#sortable1, #sortable2").sortable({
|
||||||
connectWith: ['.connectedSortable']
|
connectWith: ['.connectedSortable']
|
||||||
});
|
}).disableSelection();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user