You can't have multiple same id's! Also id cannot be number-starting. Add class like "c1", then
$('.main .select').each(function(el){
alert($(this).val());
});
I'm new to jQuery, so check
Misiur
2010-08-08 00:16:47