Click here to Skip to main content
16,012,352 members

Comments by sumit_810 (Top 1 by date)

sumit_810 29-Aug-13 4:19am View    
$("select option:selected").each(function(index){
alert($(this).val());
});