Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 727 Bytes

dragndrop.md

File metadata and controls

7 lines (6 loc) · 727 Bytes

feature: drag n drop status: caution tags: polyfill nomobile kind: api polyfillurls:dropfile, fileSaver, jDataView

Drag and Drop has been standardized in HTML5 based on Internet Explorer's original implementation. Therefore, it already has wide support (except Opera), but many feel frustrated when using the API. You may want to use jQuery UI Draggable (or another JavaScript library) to handle this for you. Meanwhile the proposed [dropzone] attribute will improve the situation as it gains browser support.