0
我有一些問題jQuery的排序:jQuery的排序修改幫手
這是我的代碼:
$('.sortable-list').sortable({
helper: function (e, ui) { return $(ui.get(0)).clone().appendTo('body').css('zIndex', 5).show();},
connectWith: '.sortable-list',
placeholder: 'ui-state-highlight',
}).disableSelection();
我喜歡一個sourrounding DIV添加到幫手。但return '<div>'+$(ui.get(0)).clone().appendTo('body').css('zIndex', 5).show()+'</div>';
不會工作。
有人可以幫忙嗎?
感謝
感謝遏制選項結合拖拽元素的容器。我只想給助手添加一個sourrunding div來爲div添加一個類並對其進行設計。 – Mike 2013-04-29 14:39:45
看到我從上面編輯的答案:) – Teshte 2013-04-29 16:49:35