]> source.dussan.org Git - jquery-ui.git/commitdiff
demos sortable connect-lists: disable text selection
authorRichard Worth <rdworth@gmail.com>
Fri, 30 Jan 2009 05:28:01 +0000 (05:28 +0000)
committerRichard Worth <rdworth@gmail.com>
Fri, 30 Jan 2009 05:28:01 +0000 (05:28 +0000)
demos/sortable/connect-lists.html

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