select text value jquery code example
Example 1: how to get the selected text of dropdown in jquery
BY LOVE
$("#Id option:selected").text()
Example 2: get text in select jquery
$("#id option:selected").text();
BY LOVE
$("#Id option:selected").text()
$("#id option:selected").text();