anybody can't find the code just like me ?? how can i download it ??
punk73 () - 7 years ago - Reply -1
To get this working you need to include the jquery part too, it wasn't working for me either but use this in your code.
Place it in the head part
<script src="https://ajax.googleapis(.)com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
Comment section shortens the code, so (.) is just a . without the ( )
zerofreeze () - 7 years ago - Reply 0
great script but I would like to collapse dropdown without clicking to show active list item how can I do this?? just to make a dropdown collapse.. thanks
Karim Ali () - 8 years ago - Reply 0
How can I change "ACTIVE" class on clicked item?
Juan Carlos Sanchez Hernandez () - 8 years ago - Reply 0
I think I have found :
html navbar
<div class="main">
<div class="container ">
<div class="row">row1</div>
<div class="row">row2</div>
</div>
</div>
Jf () - 8 years ago - Reply 0
how to integrate this menu in template, if I set like that the second row is falls below the menu
</nav> <-- end menu -->
<div class="container">
<div class="row">row1</div>
<div class="row">row2</div>
</div>
thanks
Jf () - 8 years ago - Reply 0
dropdown menu isn't working. when it expands, it goes under my site's content.
Hussain Sumrat () - 9 years ago - Reply 0
How to make this work with an existing bootstrap css files? Im confused.
Mico () - 9 years ago - Reply 0
Hi i tried the copying the code but it doesnt work. It displays the sidebar but the toggle it seems not working. Any help?
DRP () - 9 years ago - Reply 0
Hi, is it possible to make it scroll with the page?
I applied it to my website and everything else worked perfectly.
Filip () - 9 years ago - Reply 0
Look for Affix plugin for bootstrap, there's already a tutorial on W3Schools for that.
moralesnery () - 8 years ago - Reply 0