Skip to content

Instantly share code, notes, and snippets.

@localghost666
Created July 25, 2019 04:15
Show Gist options
  • Save localghost666/9f7ff47605a161b4b98b6679b1998fc9 to your computer and use it in GitHub Desktop.
Save localghost666/9f7ff47605a161b4b98b6679b1998fc9 to your computer and use it in GitHub Desktop.
페이지 최상단으로 이동
function moveTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment