SyntaxFix
Write A Post
Hire A Developer
Questions
Or you can use this javascript
$(function () { $("#projectKey").change(function () { alert($('#projectKey option:selected').text()); }); });