Hello,
i have a navigation on my page like
<ul>
<li><a href="test1.php">test1</a></li>
<li><a href="test2.php">test2</a></li>
<li><a href="test2.php">test2</a></li>
<ul>
and a jquery tab area where my content is displayed
<div id="tabs">
<ul>
<li><a href="/welcome.php">Welcome</a></li>
</ul>
</div>
Now, when someone is using the navigation i want those links to be
opened in the default tab where welcome.php is displayed by default.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---