All right, say I have this:
Option A Option B
$("#list option:selected").each(function() { alert($(this).text()); });
for multiple selected value in the #list element.
#list