In this article, you will learn how to get the selected value of dropdown using jquery
var ddl_College_name = $('#ddl_College_name_').find('option:selected').val();
alert(ddl_College_name);
how to get the selected value of dropdown using jquery
minify code