jScrollPane

Scroll to bottom example

These simple example shows how you can use jScrollPane and after updating via ajax you can make sure that it is always scrolled to the bottom of the pane. This would be useful in e.g. a chat room scenario. As you will see from the sourcecode, #pane1 has animateTo: true and #pane2 leaves it at it's default value of false...

#pane1

>Lorem ipsum dolor sit amet.<

#pane2

>Lorem ipsum dolor sit amet.<

You can add more copy to panes 1&2 by clicking here.