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

