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