如何在HTML / CSS / JS touchmove / mousemove拖放中使对象回到其原始位置?
Here I have a simple drag and drop in HTML/CSS/JS using the touch and mouse events (no drag events and no jQuery). There are two boxes, one red and one blue. There is also a yellow circle. The user can drag the yellow circle between and around the red and ...