idTabs is a jQuery plugin which adds multiple tabs into a website in a simple and easy way. It has endless possiblities.
Using idTabs is very easy. Just download the library and copy and paste the following code into the <head>
<script type="text/javascript" src="jquery.idTabs.min.js"></script>
Now use the following scripts:
<ul class="idTabs"> <li><a href="#tab-1">Tab 1</a></li> <li><a href="#tab-2">Tab 2</a></li> </ul> <div id="tab-1">This is Tab 1...</div> <div id="tab-2">This is Tab 2...</div>
Content marketing has a hidden tax. It's not the writing itself, it's everything that happens…
Most marketing teams aren't failing because they lack data. They're failing because they can't act…
Email marketing continues to be one of the most effective ways for businesses to communicate,…
Xerox first introduced it around the mid-1970s. The need came up because the management activities…
Investing in the forex market may look to be a dangerous game. With some worthwhile…
The coronavirus outbreak has drastically changed the way we live our lives. Yes, that's absolutely…
View Comments
Is it possible to open a tab by clicking a link from another page? I have a link on Page A and I want to open a idTab tab when user clicks on the hyperlink. I already tried to add the id of the tab in the href attribute but it does not work.