ui tabs using one external link

ui tabs using one external link


is there any way to make one of the links in a ui tab nav link to an
external site and launch it in a new window when the others display /
hide same page divs?
I tried playing with this to no avail:
$('#example').tabs({
select: function(e, ui) {
location.href = $.data(ui.tab, 'load.tabs');
return false;
}
});
Just curious...
Thx in advance!