How to move scrollbars automatically
Steps
- Get remote data using ajax (jQuery)
- I Load the data into div with style overflow:auto
When I view the page开发者_JS百科 the data is still getting loaded. The scrollbar does not move till the end of the page .
How do I move the scrollbar automatically so that the latest data is seen on the web page.
Is this possible in Jquery?Please let me know .
Mithun
Yes, there is a scrollTo plugin.
Check it out here: jQuery scrollTo
精彩评论