HTML5 drag and drop elements anywhere on the screen
Drag and drop does not move the element, if you want the element to move on drop you have to set the element’s new position in the drop event. I made an example that works for Firefox and Chrome, here are the gist: function drag_start ( event ) { var style = window.getComputedStyle( event .target, […]
HTML5 drag and drop elements anywhere on the screen Read More »