$(document).ready(function(){ // DOM 생성만 체크 })
window.addEventListener('load', function(){ // document 안의 이미, js, 파일 포함 전부 로드가 되었을 경우 실행할 코드 })