Maybe I am just blind, but I couldn't find tabs, and got a "We
couldn't find your document." instead...?

--Klaus


On 13 Nov., 21:23, aaron <[EMAIL PROTECTED]> wrote:
> Unfortunately, that isn't working either.  Let me link my page and
> maybe you can see what is going on.  I have two versions.
>
> One is using Tabs 3 with the rotate option:  
> http://www.usm.edu/pr/web/index.php
>
> One is using jquery UI Tabs with the rotate option and 
> Ajax:http://www.usm.edu/pr/web/index2.php
>
> You can see how the entire div just disappears for a second before the
> new one is loaded.
>
> On Nov 12, 11:52 am, aaron <[EMAIL PROTECTED]> wrote:
>
> > 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