Development/Javascript, jQuery
페이지 로드후 호출 함수
kunoo
2017. 7. 11. 11:42
jQuery 사용 X (중복 실행 불가)
window.onload = function(){
alert('로딩 완료');
}