0
ブートストラップブロックを並べ替える必要があり、プレースホルダにいくつかの問題があります。ここjquery-ui sortable placeholder wrong position
$('.buildBlockContainer').sortable({
handle: '.sortableHandler',
connectWith: '.buildBlockContainer',
cancel: '',
placeholder: 'buildBlockPlaceholder',
start: function(e, ui) {
ui.placeholder.height(ui.item.height());
ui.placeholder.width(ui.item.width());
}
});
全例:https://jsfiddle.net/ShinShil/74grstLs/