머리가 나뻐서 삽질 SAP(Study And Programming)
document.getElementById() : ID 접근 1 2 3 console.log(document.getElementById("inputId").value); //500;
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 Hello World! This example demonstrates the getElementById method! 결과) * source : http://www.w3schools.com/