I am totally new on jquery. When i click to "Invoice" i need to remove the "active and color" class from li and a tag of "Home" . Also the "active and color" classes should be added to the "Invoice" of li and a tag. And so goes for the "Logout"
This is my html code.
<ul class="nav navbar-nav navbar-right" id="navbarprop">
<li id="home" class="active">
<a class="color" href="#"><i class="glyphicon glyphicon-home"></i>  Home</a>
</li>
<li id="invoice">
<a href="Invoice.aspx"><i class="glyphicon glyphicon-list-alt"></i>  Invoice</a>
</li>
<li id="logOut">
<a href="#"><i class="glyphicon glyphicon-log-out"></i>  Log Out </a>
</li>
</ul>
Sorry for my English. Thanks