unload1 unload(), 페이지에서 벗어날 때 unload 원문 링크 http://api.jquery.com/unload/ .unload(handler(eventObject))Returns : jQuery 개요 : "unload" JavaScript 이벤트를 바인딩합니다. .unload( handler(eventObject) ) handler(eventObject) 이벤트가 발생하면 동시에 실행될 기능. .unload( [eventData], handler(eventObject) ) eventData 이벤트 핸들러에 넘길 데이터 맵 handler(eventObject) 이벤트가 발생하면 동시에 실행될 기능. 이 함수는 .bind('unload', handler)을 줄여놓은 것입니다. unload 이벤트는 유저가 페이지를 벗어날 때 window 요소에.. 2012. 3. 20. 이전 1 다음