How to make dynamic scroll in js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make dynamic scroll in js

4th Jan 2019, 11:33 AM
Abhishek Kumar
9 Answers
+ 3
You could scroll page to a location of the element by this function Element.scrollIntoView({behavior: "smooth", block: "end", inline: "nearest"}) Here a code you could study: https://code.sololearn.com/WA55b8eiXb3T/?ref=app
4th Jan 2019, 12:29 PM
Calviղ
Calviղ - avatar
+ 1
Do you mean scrolling a pagr using code? If you do so you could use jQuery
4th Jan 2019, 11:40 AM
CloudWay
CloudWay - avatar
+ 1
Or use JavaScripts window.scrollBy(int,int) To scroll Vertically :https://www.mediacollege.com/internet/javascript/page/scroll.html
4th Jan 2019, 11:44 AM
CloudWay
CloudWay - avatar
+ 1
I am making shopping website.. So i have to display all product loaded from database. How could i make scrolling pages to display all items.
4th Jan 2019, 12:05 PM
Abhishek Kumar
+ 1
Oh now I got what you mean
4th Jan 2019, 12:12 PM
CloudWay
CloudWay - avatar
+ 1
you could put them in a div with overflow:scroll
4th Jan 2019, 12:13 PM
CloudWay
CloudWay - avatar
+ 1
I am beginner
4th Jan 2019, 12:17 PM
Abhishek Kumar
4th Jan 2019, 12:21 PM
Игорь Яковенко
Игорь Яковенко - avatar
0
Scroll just like amazon or flipkart
4th Jan 2019, 12:39 PM
Abhishek Kumar