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
You can do $(window).scrollTop(0);
$(window).scrollTop(0);