我正在开发这个网站:http ://www.siraryf.com ,手机的响应版本有问题。
jQuery 在普通版本中运行良好,但对于手机停止工作,然后TypeError: n.easing[this.easing] is not a function
控制台中出现错误。我尝试在所有新版本的 jQuery 之后使用 jQueryUI,我还尝试添加 jQuery 缓动“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 顺便说一句。