Scrool down div content.
Scrool down div content.
Welcome everybody.
I have following problem.
I got div
-
<div style="position:absolute;
width:400px;
height:600px;
overflow:auto;">
Loading content...
</div>
The content is loaded by ajax request, but thats not the problem.
When I load lot of text, sometimes the div content don't automatically scroll down.
I need function, what allow me to scroll this div.
1) i load content
2) i scroll it down
Do you have any idea how to do this in jquerry ?
Something like
// scroll_down(id_name_of_div);
I will be great-full for any help.
Regards