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
$( "#tabs" ).tabs({ load: function(event, ui) { $("#"+ui.panel.id+" .accordians:first").accordion(); } });
This worked when using ajax html with tabs.