具有未捕获的referenceError的问题。 $未定义

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了具有未捕获的referenceError的问题。 $未定义相关的知识,希望对你有一定的参考价值。

我正在创建团队评估网站。在这里,我需要使用js,但我无法理解,这是怎么回事。

function teamopen() {
        if ($('.tb-one-middle').eq(event.page.index).hasClass('current')) { 
            $('.tb-one-middle').eq(event.page.index).removeClass('current');
        }   else {
                $('.tb-one-middle').eq(event.page.index).addClass('current');
                    }
    }

这是我的脚本,它基于元素上的click。我将在一页上复制许多元素,它们具有相同的类。因此,当我们单击element时,脚本需要打开有关带照片的团队的完整信息。首先,只有一线队上课。但是我需要将该类添加到任何其他对象中,而不要将其从现有元素中删除。

This is the screenshot of my site, on which you can see the block, which has onclick with google chrome console

This is the screenshot of html part of my site.

先谢谢大家!

答案

似乎您必须确保在执行该脚本之前已加载JQuery。

以上是关于具有未捕获的referenceError的问题。 $未定义的主要内容,如果未能解决你的问题,请参考以下文章

未捕获的 ReferenceError:未定义 url

未捕获的 ReferenceError:未定义角度 - AngularJS 不工作

未定义函数 - 未捕获的 ReferenceError

打字稿 - 未捕获的 ReferenceError:未定义导出

PhoneGap 错误 - “未捕获的 ReferenceError:cordova 未定义”

未捕获的 ReferenceError:未定义 photoModule