admin管理员组

文章数量:1393117

I'm looking for a tool that will allow me to utilize native HTML5 drag-n-drop, as well as fill in support for past browsers.

Does such a thing exist? Modernizr's page () lists nothing.

I'm looking for a tool that will allow me to utilize native HTML5 drag-n-drop, as well as fill in support for past browsers.

Does such a thing exist? Modernizr's page (https://github./Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills) lists nothing.

Share Improve this question asked Nov 9, 2010 at 20:48 noglorpnoglorp 711 silver badge2 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 4

What older browsers do you want to support? http://caniuse./#feat=dragndrop Says you got support everywhere except Opera.

Modernizr now has Drag drop shim by Tim Ruffles;

Bernardo Castilho has a polyfill that translates touch events on mobile into drag events

本文标签: javascriptDrag and Drop polyfillStack Overflow