Skip to content
Woadud Akand edited this page May 18, 2019 · 1 revision

PureScriptTab

This is pure JavaScript Plugins

installation

Add This script file in your html page

<script src='script.js'></script>

Add this css in your style sheet

<link rel="stylesheet" href="style.css">

Add this markup in your markup sheet

<div id="tab" class="tabStyle"> <nav> <ul> <li><a target="one" class="tabItemActive">Tab One</a></li> <li><a target="two">Tab Two</a></li> <li><a target="three">Tab Three</a></li> </ul> </nav> <main> <section id="one" class="tabContentActive"></section> <section id="two"></section> <section id="three"></section> </main> </div>


<script> pureScriptTab('#tab'); </script>


For The Clear Concept Please See The Markup Code

Note: This is Open source Plugins