Is there anyway that I can make it so the page will automatically scroll to the top after the content has loaded (via Ajax)?
This is the code I have for displaying
All ajax requests have a callback argument so use scrollTop(0). Check the jQuery documentation on how to use ajax callbacks.
scrollTop(0)