HTML代码:
<ul class="tasklog-dialog-ul" id="auto_to_bottom">
<li>删除虚拟机快照成功</li>
<li>删除虚拟机快照成功</li>
<li>删除虚拟机快照成功</li>
<li>删除虚拟机快照成功</li>
<li>删除虚拟机快照成功</li>
<li>删除虚拟机快照成功</li>
<li>删除虚拟机快照成功</li>
</ul>
JS代码:
// 自动滚动到底部
var bottom = document.getElementById('auto_to_bottom');
bottom.scrollTop = $('#auto_to_bottom').width();