I don't know why this doesn't work, although it should:
$('#group-tabs').tabs({
iframe: true,
load: function(event, ui) {
$('a', ui.panel).click(function() {
$("#test").load(this.href);
return false;
});
}
});
Slightly older versions (jquery 1.8.x and jquery-ui 1.9.x)