I'd like to have my Bootstrap menu automatically drop down on hover, rather than having to click the menu
Usually I use $("#id").val() to return the value of the selected option, but this time it doesn't work. T
How can I get the selected text (not the selected value) from a drop-down list in jQuery?