I am currently utilizing bootstrap for my web interface. I am encountering an issue where, when I click on a specific list item, the page redirects to a new webpage and the active item reverts back to the first item. How can I resolve this problem?
<ul id="profileTabs" class="nav nav-list">
<li class="active"><a href="http://localhost/ojr/user/edit/Charles0429" data-toggle="list">Profile</a></li>
<li><a href="http://localhost/ojr/user/edit/Charles0429" data-toggle="list">About Me</a></li>
<li><a href="http://localhost/ojr/user/edit/Charles0429" data-toggle="list">My Match</a></li>
</ul>