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.
嗨,我创建了一个菜单垂直菜单,它具有一些 jQuery slideUp 和 slideDown 功能。菜单运行良好,但我想找到一种方法在回发时保留其状态。
例如,假设用户单击一个按钮,然后它向下滑动并从列表中出现一个按钮,他单击一个按钮并发布页面。这将导致 dom 重置为其初始状态,这不是我想要的效果。
那么有没有办法在多个页面上维护被操纵的 DOM 元素状态呢?
几个选项: