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
You can try this one. It uses native HTML5 events, no jQuery
https://github.com/Photonios/JS-DragAndDrop-Simulator