-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to build the project where the pages is active individually #89
Comments
What do you mean by active? |
active means in the sidebar menu like |
let me run some demo so I can see the issue |
actually this is not an issue just want to ask how can you implement this way? |
ahh yes, not an actual issue. it can be implemented in many ways but you can try this approach https://css-tricks.com/snippets/jquery/add-active-navigation-class-based-on-url/ using JS |
so like
dashboard.html - sidebar is active for dashboard
settings.html - sidebar is active for settings
The text was updated successfully, but these errors were encountered: