Simple Demos

Tabs

First Second Third

Tab Panel 1 Open third tab

Tab Panel 2

Tab Panel 3 Open second tab

1$(function(){
2    $(".tabs-trigger").switchable(".tabs-panel > p");
3});

Slide

1$(function(){
2    $(".slide-trigger").switchable(".slide-panel > img", { effect: "fade", speed: .3 });
3});

Scrollable

01$(function(){
02    window.api = $(".scrollable-trigger").switchable(".scrollable-panel > div > img", {
03        triggerType: "click",
04        effect: "scroll",
05        steps: 3,
06        visible: 3,
07        api: true
08    });
09    $(".next").click(function(){
10        api.next();
11    });
12    $(".prev").click(function(){
13        api.prev();
14    });
15});

More demos

Tabs

  1. Loading contents with AJAX
  2. Accordion
  3. Horizontal Accordion
  4. Multiple Tabs
  5. Using callback function
  6. Plugins in action

Slide

  1. Horizontal/Vertical Scrolling
  2. Plugins in action
  3. Without triggers

Scrollable

  1. Plugins in action
  2. Custom animation
  3. Custom widget

Live Demo

  1. taobao.com