2013-03-19 18 views
0

我使用jQuery 1.8.2,当我做:jQuery的显示和幻灯片返回错误

$(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 

发生了什么?

+0

的可能重复[类型错误:p.easing \ [this.easing \]是不是一个函数(HTTP://计算器问题:12592279/typeerror-p-easingthis-easing-is-not-a-function) – halfer 2013-11-08 10:37:32

回答