0

i'm using jquery 1.8.2 and when i do:

$(function(){
$(element).show('slide', {direction: 'right'},1000);
});

it returns this error:

Error: TypeError: p.easing[this.easing] is not a function
File sorgente: http://localhost/js/jquery.js
Line: 2

what's happening?

4

1 に答える 1

3

特別なイージング関数にはjQueryUIを含める必要があります

TypeError:p.easing[this.easing]は関数ではありません

于 2013-03-19T11:41:57.077 に答える