TypeError:n.easing [this.easing]不是jQuery无效的函数

时间:2014-06-10 17:16:45

标签: jquery wordpress jquery-ui easing jquery-easing

我正在开发此网站:http://www.siraryf.com并且手机的自适应版本存在问题。

jQuery在普通版本中运行良好,但是对于手机停止工作,然后在控制台中出现TypeError: n.easing[this.easing] is not a function错误。我试图在jQuery之后使用jQueryUI和所有新版本,我也尝试添加jQuery easing" jquery.easing.1.3.js"并添加:

$(document).ready(function() {
// jquery.easing.1.3.js code goes here
});

但它仍无效。现在我尝试了jquery-migrate.min.js?ver=1.2.1的另一个选项,但它仍无效!

我正在使用Wordpress btw。

1 个答案:

答案 0 :(得分:0)

对于那些可能仍然怀疑的人,我有同样的问题:

enter image description here

问题在于WP插件正在加载一些非常奇怪的脚本。包括jQuery的副本。即使在关闭所有WP jQuery库的functions.php中,它们仍然在加载。关闭插件后,所有版本的jQuery都能很好地运行。我想也许随着jQuery或WP的更新改变了一些东西,但不是,它是一个名为WP Bannerize的插件。