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

Advanced touch-compatible Drag and Drop library providing Draggable, Droppable and Sortable for Zepto.js and jQuery

Results 18 touch-dnd issues
Sort by recently updated
recently updated
newest added

How can I allow cloned items to be dragged again once dropped in a droppable?

Not working the click event on handle. `$('container').draggable({handle:'container>handler'}); $('handler').on('click',function(){console.log('Click');});` How to fix it?

Probably better to use offset() instead of element. Just need to add in the option in which item you want to place the clone. In this case, you will not...

Great idea to add the timer option for draggable elements. This is useful if you want to make the click event or doubleclick on element. ` $(element).draggable({startTimer: 200}); `

Why this could happen? I did the same as the example but once i start dragging some element to another droppable, the element is not shown, until i drop it...

![image](https://cloud.githubusercontent.com/assets/8767429/10992670/175bcb4e-84a3-11e5-824c-f86731a2d64c.png) ![image](https://cloud.githubusercontent.com/assets/8767429/10992677/295f9d2a-84a3-11e5-99fc-fa3ddf1fc261.png) So,here's my problem. When dragging the image selected, i cant see the full image what has moved out from its parent node. Maybe it cansed by my draggable...

in my project, i first run some codes like this: $('#element').sortable({activeClass:'active'}); but when i run $('#element').sortable(‘disable') some time later, i have some error messages in the console: Uncaught TypeError: undefined...

Hi, how can I configure the `touch-dnd` for `table`? Here I have the simple example - http://jsfiddle.net/g2aufcb1/ The problem is with double height white space - one for placeholder and...