로드 이벤트1 jQuery API - load(), 로드되면 발생하는 이벤트 load 원문 링크 http://api.jquery.com/load/ .load( handler(eventObject) )Returns : jQuery 개요 : JavaScript 이벤트 "load" 를 바인딩 합니다. .load( handler(eventObject) ) handler(eventObject) 이벤트가 발생했을 때 실행될 기능. .load( [eventData], handler(eventObject) ) eventData 이벤트 핸들러에 전달할 데이터 집합. handler(eventObject) 이벤트가 발생했을 때 실행될 기능. 이 함수는 .bind('load', handler)를 줄인 것입니다. load 이벤트는 모든 요소들이(포함한 하위 요소까지도) 완전히 읽혀(load)졌을 때 발.. 2012. 1. 4. 이전 1 다음