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!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to