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 -

python - ValueError: could not convert string to float -

php - Laravel Get all child node count with condition -