谁能帮我弄清楚为什么我会得到这个错误?
未捕获的TypeError:jQuery(...).flexslider不是函数
jQuery(document).ready(function() {
jQuery('.slider').flexslider();
at HTMLDocument.\<anonymous\> (custom-mega-menu.js:4:11492)
at i (custom-mega-menu.js:2:33554)
at Object.fireWith \[as resolveWith\] (custom-mega-menu.js:2:34521)
at Function.ready (custom-mega-menu.js:2:36662)
at HTMLDocument.K (custom-mega-menu.js:2:37059)
字符串
the code I have:
我试过谷歌和youtube,但我找不到具体的东西来帮助弄清楚。
1条答案
按热度按时间velaa5lx1#
可以通过以下方式重现该问题:
个字符
这是因为有一个flexslider插件,你需要包括:
的字符串
在第二个片段中,问题不再重现。