- Tabs, Slide, Scrollable & Accordion, 4 in 1.
- CSS3 Transitions with jQuery fallbacks, progressive enhancement.
- Highly customizable configurations.
- Possible to create the triggers automatically.
- Intelligently trigger.
- Supported in all major browsers, include ie6.
- Ultra lightweight (4kb, minified & gzipped).
- Free to use under the MIT license.
<div id="container">
<div>First Panel</div>
<div>Second Panel</div>
<div>Third Panel</div>
</div>
<script>
$(function(){
$('#container').switchable();
});
</script>
Licensed under the MIT License.