Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 454 Bytes

Basic Drag and Drop

A port of the Drag and Drop example used in the Native HTML5 Drag and Drop article by Eric Bidelman, originally published on HTML5Rocks.

HTML5 Drag and drop (DnD) is event-based way of making an element draggable on a page. Native browser support for this feature means faster, more responsive web apps.

Please report any bugs or feature requests.