I am using Ajax to load the content of a div element. I have a call back function that I want to use to scroll to the appropriate element, after the data has been loaded.
I also have the id of the element I want to scroll to.
Most of the documentation I have seen talk about the widnow.scrollTo() function.
Does anyone know how to get this to work within a div with a vertical scrollbar.