select option from dropdown select tag by text instead of value in jquery code example
Example: how to get the selected text of dropdown in jquery
BY LOVE
$("#Id option:selected").text()
BY LOVE
$("#Id option:selected").text()