gulir jQuery ke bawah
$(window).load(function() {
$("html, body").animate({ scrollTop: $(document).height() }, 1000);
});
Santino
$(window).load(function() {
$("html, body").animate({ scrollTop: $(document).height() }, 1000);
});