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.
试图找到一个简单的脚本来为另一个页面上的元素添加一个类。
我想单击 .this-tab 并将 .selected 类添加到另一个页面上的相应选项卡。如果我单击 .that-tab 我想将 .selected 添加到另一页上的相应选项卡中。
我需要使用 cookie 吗?
只需使用 hashchanged 事件来实现您想要的,例如:第一个选项卡有 href="linktopage#select_first_tab",在该页面分析哈希跟踪并选择适当的选项卡。