728x90 select배열1 select, input 태그 이름 배열 [] 로 만들 경우 값 가져오기 위와같이 생성된 input 의 값 가져오기는 아래와 같이 처리$('input[name="content[]"]')[0].value //값가져오기$('input[name="content[]"]')[0].value = "1"; //값 넣기select 태그도 동일하게 처리할 수 있다$('select[name="content[]"]')[0].value //값가져오기$('select[name="content[]"]')[0].value = "1"; //값 넣기 2024. 8. 12. 이전 1 다음 반응형