Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个脚本每 5 秒加载一个 DIV 的 php 页面
<script type="text/javascript"> var auto_refresh = setInterval( function () { $('#reload').load('refresh.php'); }, 5000); </script>
我面临的问题是每次向下滚动页面并刷新DIV时,整个页面都会向上滚动到DIV的位置。我已经尝试了所有可能的解决方案,但都没有奏效。任何帮助将不胜感激。
在页面中创建一个锚点并将其设置在document.location
document.location