jQuery addClass example
Change class name on click in jQuery
by jay0727
HTML
<div class="header-top">
<div class="header-left">
</div>
</div>
CSS
.header-top{
position:top;
height:10%;
background-color:grey;
}
by jay0727
<div class="header-top">
<div class="header-left">
</div>
</div>
.header-top{
position:top;
height:10%;
background-color:grey;
}