I’ve run into a problem using accordions within tabs, the initially inactive accordions do not render their content correctly when their tab is selected. Reading around I s
Initialize accordion when you activate tab:
sample:
$('.selector').bind('tabsadd', function(event, ui) { ... });
your sample:
Maybe that you will need to initialize every accordion special for each tab.
Or use latest UI lib: