idTabs is a jQuery plugin for creating simple to advanced tabs.
Tabs can be added dynamically, the “selected” tab can be acquired, idTabs can be binded to different events like mouseover.
Any element with a class name = idTabs becomes a tabbed area. Every link inside this class becomes a tab & the divs mentioned in these links become the content holders. To be more clear:
<ul class="idTabs">
<li><a href="#jquery">jQuery</a></li>
<li><a href="#official">Tabs 3</a></li>
</ul>
<div id="jquery">If you haven’t checked out …</div>
<div id="official">idTabs is only a simple …</div>
is a basic 2 tabbed menu.
-
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://www.sunsean.com/idTabs/
Source: http://www.webresourcesdepot.com
Popularity: 2% [?]
Did you like this? If so, please bookmark it, about it, and subscribe to the blog RSS feed.





Leave a Reply