gpt4 book ai didi

javascript - 清除垂直选项卡中的 div 的功能不起作用

转载 作者:行者123 更新时间:2023-11-28 01:07:20 24 4
gpt4 key购买 nike

我正在学习 javascript,但我的 div 有问题...在我的简历中有四个 div 应该隐藏,只有事件的 div 应该可见。

一切都很好,但一开始,一切都混合在一起。相反,我希望只有常规选项卡内容可见...

你能帮忙吗?

https://github.com/DevFrancoisXavierPelletier/CV

最佳答案

如果你想用 js 代码做到这一点,只需将这段代码添加到 index.html 中的某处:

<script>
openTab(event, 'General');
</script>

但这不是正确的方法!最好的轻量级方法是使用 css 处理,将这个 css 类放在 style.css 的底部:

.tabcontent{
display: none;
}

.tabcontent:first-child{
display: block;
}

关于javascript - 清除垂直选项卡中的 div 的功能不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52281404/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com