Hi I need to make my div draggable when I drag that div after mouseup it must stop dragging.
here my code I am dragging my Div in X coordinates only on mousedown event. How can I stop it's dragging on mouseup.
$('.splitter').draggable({'axis':'x','containment':'parent'});