[.jQuery]
input name value 접근
혜화초보
2018. 9. 11. 10:48
<input type='text' name='abc' value='111' >
console.log( '' + $("input[name=abc]" ).val() );