I have a environment which overflows with text. This means the browser creates a little slider next to it, enabling the user to scroll the environment. My question is whether it is possible using some JS magic to make the browser “jump” to a specific part of the text; e.g. the user presses a button and the slider goes all the way down.
Share
You can do this with straight HTML or javascript.
HTML
Link to click
Put this above where you want to jump
Javascript
You can also do this using the javascript scrollTo function