Hi,
I am using jQuery idTabs plugin. I want to give click link (href) feature and using default options with this feature. How can I do?
<ul class="idTabs">
<li>
<a href="#div_1" href="google.com">
Hover call div_1 and Click Call go to google
</a>
</li>
</ul>
Note: I am using hover feature > $("...").idTabs("!mouseover"); and I used this menu system.
Best Regards.