calebelt

Results 3 issues of calebelt

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}); `