You are right Klaus.  I was looking at the wrong part of the
documentation.  Thank you for clearing that up.

-Tim

On Oct 29, 1:50 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Yes you are wirght totaly looked over it. Thanks for your support.
>
> On 29 okt, 19:23, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > On 29 Okt., 16:49, tpb976 <[EMAIL PROTECTED]> wrote:
>
> > > $(document).ready(function(){
> > >     $("#example > ul").tabs("select", 1);
> > >   });
>
> > > This example would select the fragment 2 tab since I passed "1" as the
> > > second parameter.
>
> > Not quite correct. It wouldn't do anything, since the tabs haven't
> > been initialized before calling one of its method. Wouldn't make sense
> > though to initialize them first and then change the selected tab,
> > because you can just select a tab for the initial state:
>
> > $(document).ready(function() {
> >     $("#example > ul").tabs({ selected: 1 });
>
> > });
>
> > --Klaus

Reply via email to