JavaScript Drag & Select functionality done right

后端 未结 4 980
长情又很酷
长情又很酷 2020-12-23 23:08

I\'m trying to write a drag & select functionality using HTML & JavaScript. By that I mean that there will be a set of objects with arbitrary absolute positions. I w

4条回答
  •  太阳男子
    2020-12-23 23:40

    Sorry about my english. I'm using this library for drag/drop and it's great. Not sure if it's what you need, but it could help:

    http://threedubmedia.com/code/event/drop/demo/selection

    http://threedubmedia.com/code/event/drag

    http://threedubmedia.com/code/event/drop

提交回复
热议问题