css class active after page reload
问题 i'm having some trouble. I'm doing an asp.net mvc3 application and i downloaded some css menu, the thing is i want to keep the menu active after menu tab its clicked and only change when another one is clicked. here's the code of the menu on _Layout.cshtml <nav> <div class="cssmenu"> <ul> <li class='active'><span>@Html.ActionLink("Início", "Index", "Home")</span></li> <li><span>@Html.ActionLink("Tarefas Contabilidade", "SelectEmpresa", "Empresa")</span></li> <li><a href='#'><span>Clientes<