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();
原文地址:https://www.cnblogs.com/gentsir/p/8288188.html
时间: 2024-10-27 16:04:09