I know this has been answered here Scroll to bottom of Div on page load (jQuery), but this solution is not working, when having more than one <div>
with different heights.
$('.myContent').scrollTop($('.myContent')[0].scrollHeight);
Is not working with multiple <div>
with different heights!