【发布时间】:2014-06-10 17:16:45
【问题描述】:
我正在开发这个网站: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。
【问题讨论】:
-
我不确定您是否必须检查移动浏览器是否支持缓动
-
嘿,你解决过这个问题吗?我的 Wordpress 网站也有同样的问题。无法让 Jquery 在移动视图中工作。
标签: jquery wordpress jquery-ui easing jquery-easing