Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery 1.8.2,当我这样做时:
$(function(){ $(element).show('slide', {direction: 'right'},1000); });
它返回此错误:
Error: TypeError: p.easing[this.easing] is not a function File sorgente: http://localhost/js/jquery.js Line: 2
发生了什么?
您需要为特殊的缓动功能包含 jQuery UI
TypeError: p.easing[this.easing] 不是函数