demos sortable connect-lists: disable text selection

This commit is contained in:
Richard Worth 2009-01-30 05:28:01 +00:00
parent 1b005c0871
commit ecce15895d

View File

@ -15,7 +15,7 @@
$(function() {
$("#sortable1, #sortable2").sortable({
connectWith: ['.connectedSortable']
});
}).disableSelection();
});
</script>
</head>