We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you have bootstrap with a navbar list and one element in this navbar is active (has 'active' class) tocify reset (remove) this class at init.
<nav class="navbar"> <div class="navbar-inner"> <div class="container"> <ul class="nav"> <li><a href="/alatriste/1">One</a></li> <li class="active"><a href="/alatriste/2">Two</li> <li><a href="/alatriste/3">Three</li> </ul> </div> </div> </nav>
The text was updated successfully, but these errors were encountered:
3fa8106
Your issue should now be fixed! Let me know if you have any other issues.
Sorry, something went wrong.
Thanks!!
At first works, but it doesn't work when I scroll on page.
Remove active classes within the toc element, not from other navbars. f…
ffa9211
…ix gfranko#9
Merge pull request #10 from linuxonrails/master
7459a91
Remove active classes within the toc element, not from other navbars. fix #9
gfranko
No branches or pull requests
When you have bootstrap with a navbar list and one element in this navbar is active (has 'active' class) tocify reset (remove) this class at init.
The text was updated successfully, but these errors were encountered: