SyntaxFix
Write A Post
Hire A Developer
Questions
You just try this, Its so easy
<script> $("#YourDropDownId").change(function () { alert($("#YourDropDownId").val()); }); </script>