Page 1 of 1

scrollTo bottom of screen after loading data

Posted: Thu May 15, 2014 1:59 pm
by Ray Phelan

Hi.

How can I scroll to the very bottom of the screen after I load data into the page?

Thank you


scrollTo bottom of screen after loading data

Posted: Thu May 15, 2014 2:17 pm
by Evgene Karachevtsev

Hello ray,

Use such JS code:

code$(window).scrollTop($(document).height());/code