jquery를 사용해서 radio, checkbox의 체크값 확인하기
$('input:radio[name=이름]:checked').val();
$('input:checkbox[name=이름]:checked').val();
jquery를 사용해서 radio, checkbox의 체크값 확인하기
$('input:radio[name=이름]:checked').val();
$('input:checkbox[name=이름]:checked').val();