我正在开发此网站: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。