.ready() API DOMContentLoaded Event 사용시 스코프 보호 사용방법 $( document ).ready(function() { //이곳에 실행될 함수를 작성 }); //축약형 $(function() { //이곳에 실행될 함수를 작성 });