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 秒用 AJAX 重新加载一个 DIV。我还有一个 AJAX 排序脚本(你可以在这里看到)。当我第一次访问该页面时,排序脚本工作得很好,但是当页面刷新时它就不起作用了。
难道我做错了什么?我在 HEAD 标记中有排序脚本,底部有刷新,因为我想在那里使用一些 PHP 变量。
如果您的刷新代码重新填充<div>,它可能会破坏您的表排序器建立的事件处理程序关联。也许您需要在每次刷新后重新运行表排序器初始化。
<div>