jQuery Tabs Plugin: idTabs
13
Oct
// php the_time('Y') ?>
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/
Via: http://dzineblog.com/2008/10/30-animated-tab-interfa...
Compatibility: All Major Browsers
Website: http://www.sunsean.com/idTabs/
Via: http://dzineblog.com/2008/10/30-animated-tab-interfa...
- Tags:
Javascript
- Filed under: Goodies, GPL License, Menu & Navigation, MIT License
- 4 Comments












4 Responses for "jQuery Tabs Plugin: idTabs"
impressive jQuery implementation. Nice find.
Isn’t this exactly what the jQuery UI Tabs feature does?
a new tabs plugin for jquery. very simple : http://mirceasoaica.com/simple-tabs-plugin-for-jquery/
I used idTabs for a client to present the product details, features and release codes!
But for our company site idTabs is good for a tabbed view of different login-screens…