activebutton
v0.0.13
Published
It shows active button or clicked button on the links. It is isomorphic library.
Downloads
3
Maintainers
Readme
Active Button
Please consider index.html It shows active button or clicked button on the links. It is isomorphic library.
Demo Url
Include style.css file between head tag
<link rel="stylesheet" type="text/css" href="style.css">
Include activeButton.js file between head tag
<script src="activeButton.js"></script>
Use the following form between body tag
<div id="kategoriler">
<a href="/bidb/dashboard"> Tümü </a>
<a href="/bidb/dashboard/devameden" > Devam Edenler </a>
<a href="/bidb/dashboard/gecti" > Geçti </a>
<a href="/bidb/dashboard/donduruldu" > Donduruldu </a>
<a href="/bidb/dashboard/iptal" > İptal </a>
<a href="/bidb/dashboard/tamamlananlar"> Tamamlananlar </a>
</div>