-
input type="radio"인 태그의 선택한 값 얻어오기 radio 값 가져오기 $('input[name=room]:checked').val(); select 태그안의 option가져오는 방법도 동일하다. $('option:selected').val();