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', }); 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
You can try it!It works perfectly!
$('.container').sortable({ helper:'clone', connectWith: '.container', });