Skip to content

Instantly share code, notes, and snippets.

@screamwork
Created April 11, 2012 23:21
Show Gist options
  • Save screamwork/2363434 to your computer and use it in GitHub Desktop.
Save screamwork/2363434 to your computer and use it in GitHub Desktop.
jQuery - ScrollTop
$("html,body").animate({
scrollTop: $("#errorDivId").offset().top
}, 2000, function(){
//scroll complete function
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment