Focus1 jQuery API 정복 - focus(), 요소에 포커스 주기 focus 원문 링크 http://api.jquery.com/focus/ .focus( handler(eventObject) )Returns : jQuery 개요 : "focus" JavaScript 이벤트를 바인드 하거나 요소에 해당 이벤트를 발생시킵니다. .focus( handler(eventObject) ) handler(eventObject) 이벤트가 발생하면 실행될 기능 .focus( [eventData], handler(eventObject) ) eventData 이벤트 핸들러에 전달할 데이터 집합. handler(eventObject) 이벤트가 발생하면 실행될 기능 .focus() 이 함수는 .bind('focus', handler), .trigger('focus') 를 줄여 표현한 것입니다.. 2011. 12. 13. 이전 1 다음