Skip to content
Advertisement

Scroll Automatically to the Bottom of the Page

I have a list of questions. When I click on the first question, it should automatically take me to a specific element at the bottom of the page.

How can I do this with jQuery?

Advertisement

Answer

jQuery isn’t necessary. Most of the top results I got from a Google search gave me this answer:

JavaScript

Where you have nested elements, the document might not scroll. In this case, you need to target the element that scrolls and use its scroll height instead.

JavaScript

Some additional sources you can take a look at:

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement