SyntaxFix
Write A Post
Hire A Developer
Questions
$("#list option:selected").each(function() { alert($(this).text()); });
for multiple selected value in the #list element.
#list