var val1=[]; $('select[name="min_select[]"] option:selected').each(function() { val1.push($(this).val()); });