TABS : i will some cached some not...

TABS : i will some cached some not...


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...
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 ?
Thanx
Marc
--
View this message in context: http://www.nabble.com/TABS-%3A-i-will-some-cached-some-not...-tp20242122s27240p20242122.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.