jQuery drag'n'drop multiple elements

前端 未结 2 1464
广开言路
广开言路 2021-01-27 13:39

I\'m currently developing a web file browser using jquery and php. One of my sub-tasks is to be able to select a couple of files/folders and drop them into another folder.

2条回答
  •  一向
    一向 (楼主)
    2021-01-27 14:10

    This is by far the simplest solution that I've found to a multi-item drag and drop. It's by brianpeiris. He created a demo of it here in answer to the stackoverflow question grouping draggable objects with jquery-ui draggable. I just wish that I'd found it before I found all the other solutions.

提交回复
热议问题