I'm using the load() function to insert external html files into a scrollable div container.
The problem is that if you scroll down in the content of the div, then do an action that loads new text into the div, the scroll stays where you were rather than returning to the top of the content. Is there a way around this?