Javascript, jQuery 2016‧03‧10 JS - 이미지 로드 완료된 후 스크립트 img = new Image(); img.onload = function(){ //여기에 이미지 로드 된 후 행동 }; img.src = 이미지 경로;