jQuery

$(window).load() 와 $(document).read() 차이

WEBSP2013.12.07 01:50

조회 : 3,135

Window Load

$(window).load(function(){
	// Window Load
});

페이지에 사용된 이미지와 같은 리소스 등이 모두 로드된 이후에 실행 됩니다.

Document Ready

$(document).read(function(){
	// Document Ready
});

DOM(Document Object Model) 객체의 로드가 완료 되면 실행 됩니다.

0개의 댓글이 있습니다.

select count(*) as cnt from g4_login where lo_ip = '18.222.10.9'

1194 : Table 'g4_login' is marked as crashed and should be repaired

error file : /bbs/board.php