b8f1e92
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
demos: sortable - disableSelection on sortable elements
@@ -15,6 +15,7 @@
<script type="text/javascript">
$(function() {
$("#sortable").sortable();
+ $("#sortable").disableSelection();
});
</script>
</head>
@@ -14,6 +14,7 @@
@@ -21,6 +21,8 @@
connectWith: 'ul',
dropOnEmpty: false
+
+ $("#sortable1, #sortable2, #sortable3").disableSelection();
@@ -18,6 +18,7 @@
$("#sortable").sortable({
placeholder: 'ui-state-highlight'
@@ -33,6 +33,8 @@
$(this).toggleClass("ui-icon-minusthick");
$(this).parents(".portlet:first").find(".portlet-content").toggle();
+ $(".column").disableSelection();
b8f1e92b8f1e92b8f1e92b8f1e92b8f1e92