Skip to content

Instantly share code, notes, and snippets.

@andrewkdouglas
Created April 13, 2013 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewkdouglas/5377504 to your computer and use it in GitHub Desktop.
Save andrewkdouglas/5377504 to your computer and use it in GitHub Desktop.
Scrolling to an element in Sharepoint using jQuery.
$('#s4-workspace').animate({
scrollTop: $("#elementID").position().top + 80
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment