0
How to scroll page automatically
I'm creating a chat app. When a user enters a message in the text box.And submit's. How to scroll the page automatically.
1 Answer
0
you could use window.scrollTo(direction in x,direction in y);
I'm creating a chat app. When a user enters a message in the text box.And submit's. How to scroll the page automatically.