I'm using show function in my script. i m also passing parameters in that function, but it showing error. im using below code, while click a button i call this next() function.
function next() {
$('#img1').hide('slide', { direction: 'left' }, 1400);
}
this is not worked for me. showing this error Uncaught TypeError: n.easing[this.easing] is not a function. while passing without parameters it works fine.