jQuery(document).ready(function() { });
DOM 로드 완료 후 작동
jQuery(window).load(function() { });
페이지 로드가 완전히 완료된 후 작동
도움이 많이 되는 설명 – http://webdir.tistory.com/515
jQuery(document).ready(function() { });
DOM 로드 완료 후 작동
jQuery(window).load(function() { });
페이지 로드가 완전히 완료된 후 작동
도움이 많이 되는 설명 – http://webdir.tistory.com/515