In that case I need to scroll my page onclick event to show the fully loaded content in a <div>, which just loaded content.

That can be done with window.scrollBy(x, y). Where if you’d like to scroll vertically you’ve to change the y value.

Related posts:

  1. reload the page with javascript
  2. Event driven programming with jQuery – (part 1). What is event driven?
  3. JavaScript disable mouse wheel