jQuery fait défiler vers le bas

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