jQuery.Switchable
jQuery.Switchable copied to clipboard
jQuery Switchable v2.0
Why jQuery.Switchable?
- 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.
Basic Markup Structure
<div id="container">
<div>First Panel</div>
<div>Second Panel</div>
<div>Third Panel</div>
</div>
Initialize Switchable
<script>
$(function(){
$('#container').switchable();
});
</script>
License
Licensed under the MIT License.