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.
除了先前关于具有相同类的多个 div 标签上的点击事件的问题之外,有没有办法在页面刷新后使用 jquery 来维护 div 的状态?我过去已经这样做了,但是对于复选框而不是使用相同的类 div 标签。我还检查了其他帖子,不幸的是它们对我不起作用。
您需要将状态保存在页面上不存在的某个位置(在 cookie 中或服务器上),然后使用该保存状态恢复页面。
如果您想在页面加载后保持任何状态,则必须使用 cookie;如果您使用 HTML5,则可以使用本地存储。