Created
January 10, 2015 15:06
-
-
Save adam-lynch/62509d8b6bf8e10d73aa to your computer and use it in GitHub Desktop.
Preventing the document from scrolling when you trigger focus on something
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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