Hi.
How can I scroll to the very bottom of the screen after I load data into the page?
Thank you
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