Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 765 Bytes

dragndrop.md

File metadata and controls

9 lines (7 loc) · 765 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 desktop support, 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.

There is not much mobile support currently.