If you set 'href' property for a tab panel, it does not load its content until this panel is selected. To load the content of a hidden tab panel, please call 'refresh' method manually on this panel.
var p =$('#tt').tabs('getTab', index);
p.panel('refresh');