zepto-dnd icon indicating copy to clipboard operation
zepto-dnd copied to clipboard

HTML5 Drag and Drop API based Draggable, Droppable and Sortable for Zepto.js (and jQuery)

Results 5 zepto-dnd issues
Sort by recently updated
recently updated
newest added

When u darg a element into a sortable list, the origin element will disappear... 1.3.0 work well.

My drag element is always beeing removed when I'm dragging to an iframe even if I set the clone options to true

iframe,Click and drag quickly released, will likely result in the loss of the object

hi,can requirejs?iframe mode have a bug. “context.$ is no function”

I've been trying to prepare a PR to add animation with CSS transition, aiming to follow as close as possible to Rubaxa's Sortable. Unfortunately, I scarcely understand the original `_animate()`...