Minifycode 2020-02-25 Viewed 1.3K times Jquery

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