Home

Homepage

Examples

Layout examples

Freebies

Free downloads

Pricing

Pricing plans

Tutorials

Tutorials & Tools

Contact Us

Questions, concerns or comments?

My Account

View member dashboard

Cart

View your cart

WELCOME TO DIVIMOBIFIRST

DIVI COMPLETE LAYOUT SCHEME

HEADERS AND FOOTERS

SECTION LAYOUT

IMAGE LAYOUTS

PRICE TABLES

PRODUCT LAYOUTS

TAB LAYOUTS

SLIDERS







































PRICING

Monthly, Yearly or Lifetime

View Pricing Table

jQuery Script Generator

jQuery structure and syntax generator

Floating Modules

How to Create a Floating Module?

Zoom in Effect

How to Add Zoom Effect To Images?

Plugin Tutorial

Guide on How to Use Plugin

CONTACT US

Questions, concerns and comments

Send us a message

YOUR CART

2

Back to top

jQuery onClick switcher

Web Design

Custom Web Design & Development

Responsive Website

Creative Responsive Websites

CMS Website

Powerful CMS Websites

Ecommerce Website

Ecommerce Design & Development

Think Web Solutions.

We help organizations advertise and introduce their products and services to other businesses around the world. Our web applications development and enterprise management skills give us the leverage to create high-quality websites, dedicated to increasing productivity and better business operations.

Fully Responsive Web Design

R

Flexible Grid Implementation

R

CSS3 Media Query Listeners

R

CSS Styling Responsive Code

R

Dynamic Resizing

A Robust Content Management System

R

WordPress

R

Drupal

R

Joomla

Ecommerce Web Design & Development

R

Merchant Integration

R

Content Management System

R

Products & Categories

R

Customer's Registration

R

Product Reports

R

Discount Coupons

There are several benefits to creating your own custom tabs on your website:

Organization: Custom tabs allow you to organize and present your content in a clear and visually appealing manner. This can make your website easier to navigate and improve the user experience.

Customization: By creating your own custom tabs, you have the freedom to customize the appearance and functionality of the tabs to match your website’s design and meet your specific needs.

Enhance functionality: Custom tabs can be used to add additional functionality to your website, such as contact forms, FAQ sections, and more.

Improve SEO: Custom tabs can help improve your website’s search engine optimization by allowing you to add more content to your pages without overwhelming the user.

Overall, creating your own custom tabs can help make your website more organized, customizable, functional, and user-friendly.

CSS Styles:

 .hide{
    display:none;
  }
   .arrow::after{
    content:"2";
    position: absolute; 
    right: 0; 
    top: 30%; 
    font-family:ETModules;
    font-size: 30px; 
    text-shadow: 1px 1px 10px #61c670;   
    color: #000;
    cursor:pointer;  
    -webkit-transition:0.3s;  
    -o-transition:0.3s;  
    transition:0.3s;
  }  
  .rotate::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
	}
  .active{
    background: rgb(242 242 242);
    border-radius: 30px;
    border: 1px dotted #959595;
    padding:6px;
  }
JS:

(function ($) {
  $(document).ready(function ($) {
    $("#jtrigger-1").addClass("rotate");

    $("[id^=jtrigger]").click(function () {
      jhideAll();
      let jid = $(this).attr("id").replace("jtrigger-", "");
      $("#jcontent-" + jid).toggleClass("hide");
      $("#jsubtitle-" + jid).toggleClass("hide");
      $(this).addClass("rotate");
      $(this).addClass("active");
    });

    //hide all rows
    function jhideAll() {
      $("[id^=jcontent]").each(function () {
        $(this).addClass("hide");
      });
      $("[id^=jsubtitle]").each(function () {
        $(this).addClass("hide");
      });
      $("[id^=jtrigger]").each(function () {
        $(this).removeClass("rotate");
        $(this).removeClass("active");
      });
    }
  });
})(jQuery); 

Introducing Our Latest Mobile Theme!

You have Successfully Subscribed!