I want to make a draggable divs with jquery UI
and bootstrap
like this fiddle but when I want to drag third divs at the end it takes distance from cursor.
$(function() {
$( ".columns" ).sortable({
});
});
I think you can use cursorAt: { left: Value , top: Value} for set your mouse location
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With