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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -