Skip to content

Instantly share code, notes, and snippets.

@mikeott
Last active July 29, 2022 07:52
Show Gist options
  • Save mikeott/e6c601453b5171ef48e24e6388234e02 to your computer and use it in GitHub Desktop.
Save mikeott/e6c601453b5171ef48e24e6388234e02 to your computer and use it in GitHub Desktop.
Scroll down page on page load
/* jQuery */
$( document ).ready(function() {
window.scroll(0,400);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment