scrollTo bottom of screen after loading data
Posted: Thu May 15, 2014 1:59 pm
Hi.
How can I scroll to the very bottom of the screen after I load data into the page?
Thank you
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi.
How can I scroll to the very bottom of the screen after I load data into the page?
Thank you
Hello ray,
Use such JS code:
code$(window).scrollTop($(document).height());/code