[jQuery] Re: Tabs - Fade and Rotate

2009-09-10 Thread -e-train
that worked great. thanks so much. is there somewhere int he documentation that explains this? i looked up fade and it just talk about using slow, medium, fast, etc in the write up, but it doesn't show how to daisy chain the parameters... On Sep 9, 4:08 pm, Mr Speaker wrote: > Any extra optio

[jQuery] Re: Tabs - Fade and Rotate

2009-09-09 Thread Mr Speaker
Any extra options for the toggle can go where the opacity option is: { fx: { opacity: 'toggle', duration: 1000 } } On Sep 10, 7:27 am, -e-train wrote: > All - > > I have a set of tabs that I have gotten to rotate through via this > scipt: > > $(document).ready(function(){ >           $("#tabs")