mouseout1 jQuery API - mouseout(), 마우스가 떠날 때 mouseout 원문 링크 http://api.jquery.com/mouseout/ .mouseout( handler(eventObject) )Returns : jQuery 개요 : "mouseout" JavaScript 이벤트를 바인딩하거나, 특정 요소에 이벤트를 발생시킵니다. .mouseout( handler(eventObject) ) handler(eventObject) 이벤트가 발생했을 때 실행될 기능. .mouseout( [eventData], handler(eventObject) ) eventData 이벤트 핸들러에 전달할 데이터 집합. handler(eventObject) 이벤트가 발생했을 때 실행될 기능. .mouseout( ) 이 함수는 .bind('mouseout', handler) 와.. 2012. 1. 13. 이전 1 다음