Skip to content

Instantly share code, notes, and snippets.

@beshur
Created September 28, 2012 15:15
Show Gist options
  • Save beshur/3800457 to your computer and use it in GitHub Desktop.
Save beshur/3800457 to your computer and use it in GitHub Desktop.
jQuery scroll to the bottom of the page
$('html, body').animate({scrollTop: $(document).height()}, 'slow');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment