Stop page scrolling
Stop page scrolling
I'm making use of jquery UI particularly the draggable functionality. I want to only let the user drag an object within the visible page only. When I get to drag the object vertically downwards, the page automatically scrolls down and if i drag the object horizontally to the right, the page automatically scrolls to the right. How do I stop the scrolling and let the page be still?