Swap elements when you drag one onto another using jQuery UI

前端 未结 3 1424
傲寒
傲寒 2021-01-02 15:58

I have an arrangement of elements on a page:

1
3条回答
  •  再見小時候
    2021-01-02 16:26

    Here is an example of how you can swap elements with drag and drop http://jsfiddle.net/76yRN/1/

    Another question about swapping elements in jquery jQuery draggable items lose their draggability after being swapped (with jsfiddle example)

    Hope this helps

提交回复
热议问题