我已经做了所有的事情来尝试修复我的代码: JQuery库(Ui,核心,插件) .etc,但是不能修复这个问题 $('.heading').click(function() { $(this).animate({'color':'blue'},500,'easeOutBounce'); // example 1 , there not work and attem
jQuery在普通版本中工作良好,但对于手机停止工作,然后TypeError: n.easing[this.easing] is not a function错误出现在控制台中。我尝试在所有新版本中使用jQuery之后的jQueryUI,还尝试添加jQuery easing "jquery.easing.1.3.js“,并添加了:// jquery.easing.1.3.js code goes here
});