[ Web Proxy ]
URL:
Viewing: https://javascript.info/task/updown-button [Back]  [Original]

Up/down button
EN

We want to make this open-source project available for people all around the world.

Help to translate the content of this tutorial to your language!

    Search on Javascript.info:
    Search in the tutorial:
    Light themeDark theme
    DanskEnglishEspaolFranaisIndonesiaItalianoTrkeOzbek
    back to the lesson

    Up/down button

    importance: 5

    Create a to the top button to help with page scrolling.

    It should work like this:

    • While the page is not scrolled down at least for the window height its invisible.
    • When the page is scrolled down more than the window height there appears an upwards arrow in the left-top corner. If the page is scrolled back, it disappears.
    • When the arrow is clicked, the page scrolls to the top.

    Like this (top-left corner, scroll to see):

    Open a sandbox for the task.

    solution

    Web Proxy Viewer  |  New URL  |  Original Page