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;
}