So you need to reset the nested tabs whenever you select a parent: $('#ddetail_tabs ul').tabs({ select: function(e, ui) { $('ul.tabs-nav', ui.panel).tabs('select', 0); } });
--Klaus On Aug 28, 6:00 pm, Sridhar Gowda <[EMAIL PROTECTED]> wrote: > Hi, > > I am using > http://cse-mjmcl.cse.bris.ac.uk/blog/jQueryNestedMenus/nested.html > > for jquery nested tabs. > But for my requirement i need to selected default "1st sub tab" when > i click on parent tab. > > $('#ddetail_tabs ul').tabs({ selected: 0}); > this works only for the parent tab. not for the subtab