Skip to content

Instantly share code, notes, and snippets.

@bkono
Created February 1, 2010 05:43
Show Gist options
  • Save bkono/291475 to your computer and use it in GitHub Desktop.
Save bkono/291475 to your computer and use it in GitHub Desktop.
// jQuery to scroll to a target element
var x = $(ELEMENT).offset().top - 100;
$('html,body').animate({scrollTop: x}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment