jcadima
5/3/2017 - 3:39 PM

Get text value of selected dropdown

Get text value of selected dropdown


https://learn.jquery.com/using-jquery-core/faq/how-do-i-get-the-text-value-of-a-selected-option/


$( "#myselect option:selected" ).text();