jquery - scrollbar at the bottom using enscroll.js -


i need help.

you can test code here jsfiddle

i use enscroll.js , want have scroll @ bottom view last added line.

you can this:

$(".scrollbox").scrolltop($(".scrollbox")[0].scrollheight); 

demo: http://jsfiddle.net/pgub5/84/


Comments

Popular posts from this blog

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -