我正在做一个拖放项目。
如何:我正在使用 HTML5 拖动事件。
代码:请参见这里的小提琴
问题:它有时只能工作,我检查了代码一百万次
Idea:
- Get element and drag it over a div with id: LayerN (N=number)
- Create a new layer before LayerN when dropping
- AppendChild to new Layer.
- Remove empty layers if there are any.
我做错了什么或太复杂了吗?我不想使用 JQuery 框架,我想了解我在做什么。非常感谢您的阅读,任何帮助将不胜感激。