[javascript] use strict 'use strict'; ECMAScript 5에서 추가 타입스크립트의 경우 선언할 필요가 없음 자바스크립트의 경우 유연한 문법이기 때문에 오류가 나도 오류를 … read more
[javascript] window.location.reload() 자바스크립트 화면 리프레쉬 함수 window.location.reload() 화면을 reload하는 함수. cache를 먼저 찾아보고 없으면 서버에서 다시 페이지 호출 window.location.reload(true) cache와는 상 … read more
[javascript] window.onload 페이지가 모두 로드 된 후 스크립트를 읽도록 하기 window.onload 페이지가 다 로드되기 전에 스크립트를 읽어 들이면 document.getElementById('id 값'); 에서 id … read more