I'd like to have an icon (three-bars) on the right-side in the navbar.
Something like this:
I used to have it, I found the code somewhere on the internet, but I lost my code and I couldn't find again the URL from which I learned the technique.
Usually I use $("#id").val() to return the value of the selected option, but this time it doesn't work.
The selected tag has the id aioConceptName
html code
<label>Name</label>
<input type="text" name="…
I'd like to have my Bootstrap menu automatically drop down on hover, rather than having to click the menu title. I'd also like to lose the little arrows next to the menu titles.