How can I get the selected text (not the selected value) from a drop-down list in jQuery?
This work for me:
$("#city :selected").text();
I'm using jQuery 1.10.2