Joshua
·
Oct 21, 2008
·
Viewed 8.3k times
·
Source
The default value for the first item in a drop down list is the name of the database field. I need to change it to a more user friendly name. How do I change the value?
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.