Skip to content

Instantly share code, notes, and snippets.

@beshur
Created August 1, 2012 14:12
Show Gist options
  • Save beshur/3227158 to your computer and use it in GitHub Desktop.
Save beshur/3227158 to your computer and use it in GitHub Desktop.
jQuery scroll to y of .contactForm
window.scrollTo("0", $(".contactForm").position().top);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment