Demo for Simple Tab jQuery Plugin

$('#tab1').simpleTab();
Content 2
Content 3
Content 4
Content 1
Content 2
Content 3
$('#tab2').simpleTab({active:4});
Content 1
Content 2
$('#tab3').simpleTab({fx:"fade",active:3});
Content 4
$('#tab4,#tab5,#tab6').simpleTab({fx:"slide"});
Content 2
Content 3
Content 4
Content 2
Content 3
Content 4
Content 2
Content 3
Content 4
$('#tab7').simpleTab({fx:"fancyslide"});
Content 2
Content 3
Content 4
Taufik Nurrohman