【问题标题】:Uncaught ReferenceError: jquery-2.1.4.min未捕获的引用错误:jquery-2.1.4.min
【发布时间】:2018-04-02 06:46:56
【问题描述】:

我是 JavaScript 编程领域的新手。

我正在尝试让插件在 WordPress 上运行,但出现此错误:

Uncaught ReferenceError: PhotoBlocks is not defined
    at HTMLDocument.<anonymous> (?p=40:408)
    at j (jquery-2.1.4.min.js:2)
    at Object.fireWith [as resolveWith] (jquery-2.1.4.min.js:2)
    at Function.ready (jquery-2.1.4.min.js:2)
    at HTMLDocument.I (jquery-2.1.4.min.js:2)

【问题讨论】:

标签: javascript jquery wordpress plugins


【解决方案1】:

这个问题有两个问题。首先,在您的文件中添加了两个 jQuery

另外,你需要改变:

$(document).ready(function(){
     'enter code here'
});

(function(){
   'enter code here'
})(jQuery);

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-04-05
    • 2015-09-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-10-27
    • 1970-01-01
    相关资源
    最近更新 更多