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
Post a Comment