Tag Archives: javascript

How to jump to an anchor within an AJAX Area

For a current web project I am using a div thats defined as overflow:auto; in css and is updated using AJAX. The problem is that after every update the box is still stuck at the same view position. So I was searching for a way to tell it to scroll to top. I archived it [...]
Posted in webdev | Also tagged , , , | Leave a comment