Skip to content

Instantly share code, notes, and snippets.

@aaronmcadam
Created November 17, 2010 20:12
Show Gist options
  • Select an option

  • Save aaronmcadam/703985 to your computer and use it in GitHub Desktop.

Select an option

Save aaronmcadam/703985 to your computer and use it in GitHub Desktop.
little snippet to animate scroll bars back up to a point on the page
$("html,body").animate({ scrollTop : $(".tabs").offset().top - 5 }, 500); // smoothly animate scrollbar back up to the tabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment