I am new on HTML5 looking to drop element on a canvas/div at mouse position when mouse button released.
I used appendChild to add element on target and it drops at the starting position of the DIV, is the problem.
HTML5: dragover(), drop(): how get current x,y coordinates? I found this but it has no code to add element on particular position.