TP
Size: a a a
TP
R
R
BB
TP
TP
BB
dragstart
и dragend
?TP
$(handle).draggable({
drag: function (event) {
console.log('lol');
setTimeout(function () { // jQuery apparently calls this *before* setting position, so defer
point.x = parseInt(handle.style.left) - base.left;
point.y = parseInt(handle.style.top) - base.top;
},0);
}
});
TP
BB
TP
IS
R
IS
ei
BB
BB
IS
BB