Thanks Klaus. That was my question.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to
jq
I am trying to build a slideshow with the new Tabs 3. I used fxFade on
one website to fade from one picture to the next one. I'm trying to
figure out how to accomplish this with Tabs 3. My code is below:
$('#rotation > ul').tabs({ fx: { opacity: 'toggle' }}).tabs('rotate',
7000, true);
My issue