Getting Multiple active links in a Bootstrap List-group Navigation – Jquery
I'm trying to create a page navigation list-group using bootstrap. When a user clicks on a new link in the list-group, the active status must be removed from the previous link and placed on the new link. The problem is…