$('input[type=text]').each(function() {
 alert($(this).val());
});

네임이 G_ 로 시작하는 체크된 값
$("[name^=G_]:checked"). 
Posted by MR 손
,