nested lists in ui tabs
nested lists in ui tabs
Having a a list in which each list item is structured the same as your
tab nav in you content div causes a few problems e.g.
<li><a href="#"><span>blah</span></li>
perhaps this is fine if you want nested tabs but not it you don't. I
gather you can change this by using $.extend() (not actually tried
this yet).
Out of the box would it not be better to target lis within an id
rather than blanket bombing all the lis within the tab structure
itself.
hope this makes sense.
Cheers
Matthew