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();