Ray Phelan
Posts: 0
Joined: Fri Apr 18, 2014 3:59 pm

scrollTo bottom of screen after loading data

Hi.

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

Thank you

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

scrollTo bottom of screen after loading data

Hello ray,

Use such JS code:

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

Return to “Issues”