标签: jquery angularjs jquery-animate scrolltop
$scope.$watch('data', function() { $("#pollingData").animate({ scrollTop: $(document).height() },40000); });
此代码对我来说非常好,但是当我从底部滚动条手动向上滚动页面时会闪烁。我无法向上滚动页面。