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