input 태그의 required 속성 사용시 나오는 안내문 변경하기
참고: https://stackoverflow.com/questions/5272433/html5-form-required-attribute-set-custom-validation-message - 아래의 소스를 가져다가 잘 붙여서 쓰면 된다! up vote158down voteacceptedUse setCustomValidity:document.addEventListener("DOMContentLoaded", function() { var elements = document.getElementsByTagName("INPUT"); for (var i = 0; i