Hello all,

I would like to use multiple effects on the tabs like 'ajax' and also slide in tabs

eg:

$("ul.css-tabs").tabs("div.css-panes > div", {
effect: 'ajax', history: true, initialIndex:null
});

in the above code i m using ajax effect.....

how to add slide effect to the same class??

any idea appriciated.

Thanks in advance.