Hi guys, is it possible to set constraints for a draggable obeject? I have this line:
$("#info").draggable({ axis: 'y' });
i want this only to be draggable 200px towards the top. It should not be draggable towards the bottom? Is there any way to do that?