javascript - how to stick my vertical scrollbar to bottom using onUpdate function in jQuery Scrollbar? -


  $('.scrollbar-dynamic').scrollbar({                  "onupdate": function (container) {                     container.animate({ scrolltop: $(container)[0].scrollheight }, "slow");                  },              }); 

i using http://gromo.github.io/jquery.scrollbar/ plugin .. please me

when use reinitialize size , scrolls top bottom .. want stick bottom on new items added


Comments

Popular posts from this blog

javascript - Can Piwik report referrer in real time? -

asp.net - Google Drive Access: At least one client secrets (Installed or Web) should be set -

excel vba add hyperlink to shape in group -