To get the text of the selected option
$("#your_select :selected").text();
To get the value of the selected option
$("#your_select").val();
To get the text of the selected option
$("#your_select :selected").text();
To get the value of the selected option
$("#your_select").val();