how to get the value of dropdown in jquery

JavaScript
BY LOVE
$('#ddlName option:selected').val();
Source

Also in JavaScript: