Skip to content

Instantly share code, notes, and snippets.

@asjustas
Created November 16, 2012 08:27
Show Gist options
  • Save asjustas/4085461 to your computer and use it in GitHub Desktop.
Save asjustas/4085461 to your computer and use it in GitHub Desktop.
scroll to element
$('html,body').animate({scrollTop: $("#block_"+block).offset().top}, 'slow');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment