Skip to content

Instantly share code, notes, and snippets.

@cfpg
Created March 5, 2010 09:02
Show Gist options
  • Save cfpg/322590 to your computer and use it in GitHub Desktop.
Save cfpg/322590 to your computer and use it in GitHub Desktop.
// jQuery ScrollToBottom without any Plugin
$(function() {
$('html,body').animate({scrollTop: $('body').height()}, 0);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment