jQuery sortable obtain 2 elements being swapped

后端 未结 5 1802
温柔的废话
温柔的废话 2020-12-04 16:18

I cannot find out how to obtain destination element with jQuery UI sortable.

    $(\"#pages\").sortable({
        opacity: 0.6,
        update: function(even         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-04 16:41

    You can use http://plugins.jquery.com/project/Swapable

    but this is not too good plugin

提交回复
热议问题