how to get the selected text of dropdown in jquery

JavaScript
BY LOVE
$("#Id option:selected").text()$('#id option:selected').text() $("#mySelect option:selected").html();
Source

Also in JavaScript: