Jquery drag drop on html canvas
问题 Hello I am trying to drag itms from a div ( li items) onto a html canvas. I have an issue with helper clone. When i simply drag items without helper, it drop itms onto canvas, but when i use helper clone it does not drop items onto canvas. I have attached a fiddle please check it. HTML <ul id="drag"> <li class="new-item">Drag me down1</li> <li class="new-item">Drag me down2</li> <li class="new-item">Drag me down3</li> </ul> <canvas id="myCanvas" width="200" height="200" style="border:1px