I have the following jQuery:
$(function() {
$( "#sortable1, #sortable2, #sortable3, #sortable4, #sortable5, #sortable6").sortable({
connectWith: ".connectedSortable"
}).disableSelection();
});
This jQuery drags one div into...
asked by
24.08.2016 / 15:47