Skip to content

Instantly share code, notes, and snippets.

@adam-lynch
Created January 10, 2015 15:06
Show Gist options
  • Save adam-lynch/62509d8b6bf8e10d73aa to your computer and use it in GitHub Desktop.
Save adam-lynch/62509d8b6bf8e10d73aa to your computer and use it in GitHub Desktop.
Preventing the document from scrolling when you trigger focus on something
document.getElementById('field').focus(); window.scrollTo(0,0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment