All I can find on the web tells me how to scroll the page to the bottom or to an element.
How is it possible to scroll a specific div which has the style "overflow:auto" to the bottom using jQuery?
All I can find on the web tells me how to scroll the page to the bottom or to an element.
How is it possible to scroll a specific div which has the style "overflow:auto" to the bottom using jQuery?
demo
You can scroll the top, subtract the window height and add the element height. Your scroll should arrive right at the bottom of the element:
Yes:
If you want to go smoothly:
Here, have a fiddle: http://jsfiddle.net/adrianonantua/nxHE8/