Jquery Tabs Plugin

Hi Folks,

Just in my free time i was looking around for some tab jquery plugins.
I found many with some very cool features.
Now here a cool jquery plugin which has the following features.

1. Simple layout. (Does not require Jquery UI tabs html)
2. Can work on any tab switch.
3. Can apply custom styling


Upcoming features
1. Alternate Animation (Currently supports only fade)
2. Call backs
3. Responsive to screen resolution
4. Support for Firefox and Chrome


Example of HTML

<a  href="#" value="tab1" isTabSwitch='true'  >Tab1</a>
<a   href="#"  value="tab2" isTabSwitch='true' >Tab2</a>
<a   href="#" value="tab3" isTabSwitch='true' >Tab3</a>

<div id="tab1"  isTab='true' >
First Tab
</div>

<div id="tab2"  isTab='true'>
Second Tab
</div>

<div id="tab3" isTab='true'>
Third Tab

</div>



Your suggestions could make this plugin cooler. : )

Click here to download : Jquery PandaTabs Plugin Script

Comments

Popular posts from this blog

Session Storage Methods with Expiry

Install Node.js without admin rights

Create a lean React Solution using Typescript