Fork me on GitHub

<!DOCTYPEhtml.net>
HTML5/CSS3 Demos + Experiments

Drag and Drop

Try moving the list items from the left list to the right list and vice versa. This is all native, using the browser event listeners dragstart, dragenter, dragover, dragleave and drop.