TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gunjan Manan
NA
46
8.9k
navigation bar to remain on a selected link
Oct 17 2016 6:55 AM
Hi,
I have a navigation menu on left hand side as a list and each tab has a list of options under them . I want that when I click on a list it should remain active on page load the navigation list should not collapse any ideas how we can achieve it here is a code for my navigation list.
<li>
<a href=" #"> <i class="fa fa-gear"></i> <span class="nav-label">MarketPlace Pims Live</span><span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse" id="myTab">
<li ><a href="@Url.Action("Index", "Logs")" id="tab" data-toggle="modal" onclick="$('#modal-LoadingMP').modal('show');">View Logs</a></li>
<li><a href="@Url.Action("Index", "Documents")" data-toggle="modal" onclick="$('#modal-LoadingMP').modal('show');">Unprocessed Pharmacy Orders </a></li>
<li><a href="@Url.Action("Index", "Document18")" data-toggle="modal" onclick="$('#modal-LoadingMP').modal('show');">Unresponded Supplier Orders</a></li>
</ul>
</li>
<li>
Reply
Answers (
6
)
ASP.NET MVC USING JQUER AJAX
ASP.NET MVC using Jquery