0

我正在使用 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

发生了什么?

4

1 回答 1

3

您需要为特殊的缓动功能包含 jQuery UI

TypeError: p.easing[this.easing] 不是函数

于 2013-03-19T11:41:57.077 回答