$('html, body').animate({scrollTop:$(document).height()}, 'slow');
$(
'html, body'
).animate({scrollTop:$(document).height()},
'slow'
);