Tabs: Open external Links in default Tab
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.