On 4 Nov., 07:11, boogiman <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> 1st. :
>
> i try to add some tabs needed to be cached some (like a shoppingcard) should
> not be cached.
> But when i use
>
> $('#example > ul').tabs( {cache: true} );
>
> it switched jquery to cache all from then opened tabs to be cached.
>
> Tab1 - View Shoppingcard (no cache)
> Tab2 - Monitors (cache true)
> Tab3 - Computers (cache true)
> Tab4 - Actual Infos (no cache)
>
> Tab2-3 are added dynamic an can be named diffrent...
Caching some tabs and some not is not supported. You would have to
roll your own solution - couldn't you just make Tab 2 and 3 in-page
tabs (this is what caching makes out of tabs anyway after first load)?
> and 2nd :
>
> i will add a Tab and this must get the focus. I use this
>
> var lgt = $('#example > ul').tabs('length');
> $('#example > ul').tabs('select', (lgt -1));
>
> But is there an easier way to get the focus to the new added tab ?
>From FAQ:
http://docs.jquery.com/UI/Tabs#...immediately_select_a_just_added_tab.3F
--Klaus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---