Multipurpose tabcontent is a fully responsive and multiple devices supported jQuery tabs plugin that can be used for multiple requirements for a website. Multipurpose tabs transform default tabs to an accordion on responsive devices easily. The tabs have multiple design options and you can choose any design for the tabs that suits your project.

Features:

How to use it:

1. Include the Javascript jquery.multipurpose_tabcontent.js at the bottom of the web page.

<script src="path/to/jquery.multipurpose_tabcontent.js"></script>

2. Include the CSS style.css in the header of the page.

<link rel="stylesheet" href="path/to/style.css">

3. Add the basic HTML to the page.

<div id="tab-default" class="tab_wrapper">
    <ul>
      <li>....</li>
      <li>....</li>
      <li>....</li>
    </ul>
    <div class="content_wrapper">
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
  </div>
</div>

4. Initialize the plugin and we're ready to go.

$('#tab-default').champ();

Plugin's default options:

Name Default Description
plugin_type default: 'tab'
options: 'tab', 'accordion'
type waht to set as tab or accordion
side default: 'top'
options: 'left', 'right', 'top'
set tab list position.
active_tab default: '1'
options: 'numaric values'
set initial active tab
controllers default: 'false'
options: boolean (true / false)
If true, "Next" / "Prev" controls will be added
ajax default: 'false'
options: boolean (true / false)
If true, content can be added through ajax.
show_ajax_content_in_tab default: '1'
options: 'numaric values'
If option 'ajax' is true then, 'show_ajax_content_in_tab' will show content in specified tab number.
content_path default: 'false'
options: 'file path'
If option 'ajax' is true then, 'content_path' will show content in specified tab content area.

Default Example

  • Example Tab - 1
  • Example Tab - 2
  • Example Tab - 3

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

HTML structure

<div id="tab-default" class="tab_wrapper">
    <ul>
      <li>....</li>
      <li>....</li>
      <li>....</li>
    </ul>
    <div class="content_wrapper">
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
  </div>
</div>

Script

$('#tab-default').champ();

Default Accordion

  • Example Tab - 1
  • Example Tab - 2
  • Example Tab - 3

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

HTML structure

<div id="accordion" class="tab_wrapper">
    <ul>
      <li>....</li>
      <li>....</li>
      <li>....</li>
    </ul>
    <div class="content_wrapper">
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
  </div>
</div>

Script

$('#accordion').champ({
   plugin_type: 'accordion'
});

Tab Left

  • Example Tab - 1
  • Example Tab - 2
  • Example Tab - 3

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

HTML structure

<div id="tab-left" class="tab_wrapper">
    <ul>
      <li>....</li>
      <li>....</li>
      <li>....</li>
    </ul>
    <div class="content_wrapper">
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
  </div>
</div>

Script

$('#tab-left').champ({
   side: 'left'
});

Tab Right

  • Example Tab - 1
  • Example Tab - 2
  • Example Tab - 3

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

HTML structure

<div id="tab-right" class="tab_wrapper">
    <ul>
      <li>....</li>
      <li>....</li>
      <li>....</li>
    </ul>
    <div class="content_wrapper">
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
  </div>
</div>

Script

$('#tab-right').champ({
   side: 'right'
});

Tab Controlls

  • Example Tab - 1
  • Example Tab - 2
  • Example Tab - 3

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

HTML structure

<div id="tab-controll" class="tab_wrapper">
    <ul>
      <li>....</li>
      <li>....</li>
      <li>....</li>
    </ul>
    <div class="content_wrapper">
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
      <div class="tab_content">.......</div>
  </div>
</div>

Script

$('#tab-controll').champ({
   controllers: 'true'
});