SyntaxFix
Write A Post
Hire A Developer
Questions
$("#Id").change(function(){ var selected = $('#Id option:selected').val(); alert(selected); });
I think this is what you need.