HTML5 原生拖放后备 Javascript 库?
是否有一个库可以(对我来说麻烦最少)模拟新的 本机拖拽- HTML5 中的 and-drop 功能 使得该技术具有相当的可移植性?如果是这样,我正在寻找其用法的简短代码示例。
Is there a library that can (with minimum hassle on my part) emulate the new native drag-and-drop functionality in HTML5 so that the technique is reasonably portable? If so, I'm looking for a short code example of its usage.
您可以使用jquery ui。
http://jqueryui.com/demos/droppable/
我认为它很容易使用。
You can use jquery ui.
http://jqueryui.com/demos/droppable/
I think it's easy enough to use.