The jQuery UI Draggable plugin makes selected elements draggable by mouse.
Here an example.
Let’s suppose the list is longer than vertical screen size.
The ‘scroll bar’ allows you to see other parts of a web page that are not being shown on the screen.
If you click and drag an item across the bottom of the page I would like the vertical scroll bar to move in order to see the hidden items lists..
How can I make it using jQuery UI Draggable or a piece of javascript code?
According the jqueryui documentation by default the scroll option is set to
true.Code examples:
If it does not work the problem should be had to something else, your html/css/javascript code for example.
Could you reproduce the problem on http://jsfiddle.net/ ?