How to simulate HTML5 Drag and Drop events in javascript?

前端 未结 2 803
醉酒成梦
醉酒成梦 2021-02-07 04:07

As title, I\'m trying to simulate an HTML5 drag and drop event in javascript.

I\'ve looked into jquery.ui.simulate and also the simulate function here. Both seem to be a

2条回答
  •  广开言路
    2021-02-07 04:49

    You can try this one. It uses native HTML5 events, no jQuery

    https://github.com/Photonios/JS-DragAndDrop-Simulator

提交回复
热议问题