用于拖动内部和外部的jquery可排序项目选项

时间:2014-01-21 10:52:32

标签: jquery jquery-ui-sortable

我有2个列表,它们的所有项目都可以移动到其他列表和列表中,除了名为“header”的classname,但我希望“header”只能在其父项内移动。有人能帮我吗?非常感谢。这是我的代码:

$("div.main-task-content").sortable({
    scroll: true,
    revert: true,
    helper: clHelper,
    delay: 200,
    connectWith: $('.main-task-content'),
    handle: '.drag-handler',
    update : function (event,ui) 
    {

    }
});

0 个答案:

没有答案