같은 이름 input text='aaa'  


배열에 값 넣기



$('#registerForm input[name=aaa]').eq(i).val( ' test test test ' );

Posted by 혜화초보
,