Nest jQuery UI sortables

前端 未结 4 1423
旧时难觅i
旧时难觅i 2020-12-17 23:30

Is there a way to have nested jQuery sortables? As in nested containers, not in the sense of a nested list.

4条回答
  •  无人及你
    2020-12-18 00:12

    You can try it!It works perfectly!

    $('.container').sortable({
        helper:'clone',
        connectWith: '.container',
    
    });
    

提交回复
热议问题