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

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -