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.
假设我有两个标签 tabA 和 tabB。当我单击 tabA 时,会出现该部分的第一页,将其命名为 tabA1。如果我单击该页面上的链接,则页面 tabA1 将替换为 tabA2。如果我然后单击另一个选项卡,比如说tabB,然后再次单击tabA,我会得到一个tabA2 的图像,它会徘徊一会儿。
我怎样才能让它点击tabA总是会立即显示tabA1?是否将其保存在 cookie 中以便快速访问?
在另外切换之前尝试将选项卡(或等效包装器)中的内容设置为display : none.
display : none
这发生在我身上,这就是我修复它的方式。虽然我知道它可以解决症状而不是确切的问题。