Ahh, thanks, the light bulb just clicked on.  In order for AJAX to
work, the html code is different, not the initialization code.  I
think I kept glossing over that in the documentation.

On Nov 12, 11:29 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Do your anchors inside the tabs list look like this:
>
> <a href="/some/url">...</a>
>
> or like this:
>
> <a href="#identifier">...</a>
>
> ?
>
> The initialization is the same, no matter if Ajax tabs or in-page.
>
> --Klaus
>
> On 12 Nov., 17:09, aaron <[EMAIL PROTECTED]> wrote:
>
> > I'm not sure what you mean, what initialization code should I use?  I
> > tried putting the AJAX options in there, but got the same result.
>
> > On Nov 11, 3:48 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > And you're not using Ajax tabs? Rotate and Ajax together is not
> > > supported right now.
>
> > > --Klaus
>
> > > On 11 Nov., 20:39, aaron <[EMAIL PROTECTED]> wrote:
>
> > > > $(function() {
> > > >                 $('#tabs_container > ul').tabs( {fx: { opacity:
> > > > 'toggle' } }).tabs('rotate', 5000);
> > > >         });
>
> > > > On Nov 7, 4:20 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > > > On 7 Nov., 21:43, subnet_rx <[EMAIL PROTECTED]> wrote:
>
> > > > > > I'm using jQuery UI tabs and I'm rotating them automatically.  The 
> > > > > > problem
> > > > > > is, for half a second, the div disappears till the next one loads.  
> > > > > > This
> > > > > > modifies the size of the page and the page jumps around while this 
> > > > > > is going
> > > > > > on.  The divs only contain static content, and I've tried AJAX cache
> > > > > > options, but they don't work.  I just want them to fade out and 
> > > > > > fade in.
> > > > > > What initialization code should I be using?
>
> > > > > What initialization code should do you use?
>
> > > > > --Klaus

Reply via email to