i facing problem in drag/drop while applying draggable horizontally only.
i have created 1 div draggable can drag horizontally only. creating absolute div on drag start , put drag clone(helper) inside div div can drag within div only. if trying move div upwards of-course not move, right. ok. if try move stay there mouse pointer not there inside div release mouse pointer outside droppable not working if mouse pointer within droppable div working fine.
try binding mouseup event window.
$(window).mouseup(function() { $(your_div).mouseup(); });
Comments
Post a Comment