jQuery Tools Tabs v1.2 has me stuck on an issue. Let me show you the issue below.
<ul class="tabs">
<li><a href="#anchor">This is an item</a></li>
<li><a href="#anchor">This is an item</a></li>
<li><a href="#anchor">This is an item</a></li>
</ul>
<h1><a name="anchor></a>This Is The Header Where The Anchor Resides</h1>
<div class="panes">
<div>Here's the first item's content</div>
<div>Here's the second item's content</div>
<div>Here's the third item's content</div>
</div>
What I am trying to do is when you click on each item, you get dropped down to the new content, hence the new div appearing. Instead of just clicking away and not having your window locating to the top of the new DIV.
The problem? I have reason to believe that the jQuery Tools > Tabs Script automatically does a return false; somewhere within the plugin. Which is not allowing me to throw on any href="#anchor" within the link attribute. It’s not showing up via the location of the window/page nor is it showing up on the Address Bar.
I would go directly to jQuery Tools’ Forums and ask away, but their Forum/Support seems to be broke… Just like a good portion of the rest of the website, and of course Stack Overflow is ultimately better and has treated me a lot better in the past.
You may view the Tab System Here:
http://jquerytools.org/demos/tabs/index.html
You may view the Tab System Documentation Here:
http://jquerytools.org/documentation/tabs/index.html
You may view the Tab System jQuery/JavaScript Here:
http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js
Thank you all for your help!
Use
{history : true}option while initializing tabscheck this link
http://jquerytools.org/demos/tabs/history.html