Drag and Drop polyfill?

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.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills) lists nothing.


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


Modernizr now has Drag drop shim by Tim Ruffles;

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

链接地址: http://www.djcxy.com/p/48746.html

上一篇: 同音发生器

下一篇: 拖放polyfill?