vps交流

MJJ大佬们!!请问个JS的问题!!


本帖最后由 gamerock 于 2022-10-9 19:14 编辑

MJJ大佬们!!请问个JS的问题!!

这问题真是恼火!!

网站加了SSL之后有些JS没用了!!

不加SSL的JS正常的!!

有没有大佬有解决方案!!

<s cript type="text/javascript">
        $(document).ready(function(e) {
                $(".table_card .tab li").click(function() {
                        $(".table_card .tab li").eq($(this).index()).addClass("active").siblings().removeClass("active");
                        $(".table_card .tabCon ul").hide().eq($(this).index()).show();
                })
        });
</scr ipt>

Js链接是http的?如果是,改成https。

沙龙 发表于 2022-10-9 19:12
Js链接是http的?如果是,改成https。

就是在页面里面就是这个样子!!
具体我也不明白什么问题!!
恼火
<s cript type="text/javascript">
        $(document).ready(function(e) {
                $(".table_card .tab li").click(function() {
                        $(".table_card .tab li").eq($(this).index()).addClass("active").siblings().removeClass("active");
                        $(".table_card .tabCon ul").hide().eq($(this).index()).show();
                })
        });
</scr ipt>

gamerock 发表于 2022-10-9 19:13
就是在页面里面就是这个样子!!
具体我也不明白什么问题!!
恼火

F12看下异常js报错