Automatically scroll to bottom of div using Tiny Scrollbar

前端 未结 4 1493
悲哀的现实
悲哀的现实 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 11:11

    $('.overview:first').css({top: (($('.overview:first').height() - $('.viewport:first').height()) * (-1)) });
    $('.thumb:first').css({top: $('.track:first').height() - $('.thumb:first').height()});
    

提交回复
热议问题