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?
You need to include jQuery UI for the special easing functions