function scrollbottom() { var h = $(document).height()-$(window).height(); $(document).scrollTop(h);}