怎么新建MySQL数据库

发布时间:2022-08-09 作者:admin
阅读:273
在实际应用中,我们有时候会遇到“用原生jQuery如何做Tab点击切换,具体代码是什么”这样的问题,我们该怎样来处理呢?下文给大家介绍了解决方法,希望这篇“用原生jQuery如何做Tab点击切换,具体代码是什么”文章能帮助大家解决问题。


 

Tab 选项卡切换效果在现如今的网页中,运用的也是比较多的,包括点击切换、滑动切换、延迟切换、自动切换等多种效果,在这篇博文里,我们是通过原生 Jquery 来实现 Tab 点击切换的效果

例如:

html

<body>
    <div style="position: relative;margin-top: 56px;display: flex;justify-content: space-between;width: 1200px;" id="left">
        <ul class="gw_b_tab">
            <li class="gw_b_item gw_b_item2">111</li>
            <li class="gw_b_item">222</li>
            <li class="gw_b_item">333</li>
            <li class="gw_b_item">444</li>
            <li class="gw_b_item">555</li>
            <li class="gw_b_item">666</li>
        </ul>
        <div>
            <div class="gw_b_box" style="display: block;">
                <h3 class="gw_box_tit">111</h3>
            </div>
            <div class="gw_b_box" >
                <h3 class="gw_box_tit">222</h3>
            </div>
            <div class="gw_b_box">
                <h3 class="gw_box_tit">333</h3>
            </div>
            <div class="gw_b_box" >
                <h3 class="gw_box_tit">444</h3>
            </div>
            <div class="gw_b_box">
                <h3 class="gw_box_tit">555</h3>
            </div>
            <div class="gw_b_box" >
                <h3 class="gw_box_tit">666</h3>
            </div>
        </div>
</div>

css 

*{
            padding: 0;
            margin: 0;
        }
        li{
            list-style: none;  
        }
        .gw_b_tab{
    color: #333333;
    width: 240px;
    height: 490px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    overflow-y: hidden;
}
.gw_b_item{
    height: 82px;
    padding: 0 22px;
    position: relative;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    font-weight: bold;
    white-space: nowrap;
}
.gw_b_box{
    /* display: none; */
    width: 880px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    background: #FB6638;
    height: 490px;
    border-radius: 30px;
}
.gw_b_item2{
    background-color: #FB6638;
    color: #fff;
}
.gw_box_tit{
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 18px;
    text-align: center;
}

 js

<script src="/static/js/jquery-1.11.3.min.js"></script>
<script>
    $(function () {
        $("#left .gw_b_item").click(function () {
            var index = $(this).index();
            $(".gw_b_box").eq(index).show();
            $(this).addClass('gw_b_item2')
            // :eq() 选择器选取带有指定 index 值的元素。
            $(".gw_b_box").eq(index).siblings().hide();
            $(this).siblings().removeClass('gw_b_item2')
        })
    })
</script>

以上就是关于“用原生jQuery如何做Tab点击切换,具体代码是什么”的介绍了,感谢各位的阅读,如果大家想要了解更多相关的内容,欢迎关注群英网络,小编每天都会为大家更新不同的知识。

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:mmqy2019@163.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。

二维码-群英

长按识别二维码并关注微信

更方便到期提醒、手机管理

7*24 全天候服务

售前 400-678-4567

售后 0668-2555666

售后 400 678 4567

信息安全 0668-2555 118

域名空间 3004329145