Automatically scroll to bottom of div using Tiny Scrollbar

前端 未结 4 1607
悲哀的现实
悲哀的现实 2021-01-26 10:12

I\'m coding a shoutbox and making it as user friendly as possible. It uses the Tiny Scrollbar plugin for jQuery and I want to incorporate an extra function that will allow me to

4条回答
  •  忘了有多久
    2021-01-26 10:54

    According to the docs you can fire down to the bottom of the scroll bar by calling {$(element).tinyscrollbar_update('bottom')}

提交回复
热议问题