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