Skip to content

Instantly share code, notes, and snippets.

@ronakjain2012
Created January 19, 2019 04:37
Show Gist options
  • Save ronakjain2012/864925a824e9eeb97d4411e76c8b3a79 to your computer and use it in GitHub Desktop.
Save ronakjain2012/864925a824e9eeb97d4411e76c8b3a79 to your computer and use it in GitHub Desktop.
Go to end of page
$("html, body").animate({ scrollTop: $(document).height() }, 1000);
@ronakjain2012
Copy link
Author

$("html, body").animate({ scrollTop: $("#myID").scrollTop() }, 1000);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment