Unfortunatly that's not supported. You could put in a link as tab
though and let it do nothing. For example the first tab:
$('#example').tabs({
select: function(e, ui) {
if (ui.index == 0) return false;
}
});
--Klaus
On 17 Dez., 20:48, c-ski <[email protected]> wrote:
> Hi,
>
> I'm using UI Tabs, and am trying to figure out a way to include plain
> vanilla HTML links alongside those that activate a tab panel. I don't
> want them to open a new window, or open a web page within tab - I'm
> just looking to put a few standard A HREF links in the same UL as my
> tabs. Is there a way to do this? Any help would be greatly
> appreciated. My current code is below
>
> <ul class="tabber">
> <li class="tabber"><a href="sample.com"><span>link</span></a></li>
> <li class="tabber"><a href="sample.com"><span>link</span></a></li>
> <li class="tabber"><a href="#fragment-2"><span>tab</span></a></li>
> <li class="tabber"><a href="#fragment-3"><span>tab</span></a></li>
> <li class="tabber"><a href="#fragment-4"><span>tab</span></a></li>
> <li class="tabber"><a href="#fragment-5"><span>tab</span></a></li>
> <li class="tabber"><a href="#fragment-6"><span><img
> style="position:relative; top:7px;" src="/graphics/suche.png" /></
> span></a></li>
> </ul>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---