이 문서는 아직 자원 봉사자들이 한국어로 번역하지 않았습니다. 함께 해서 번역을 마치도록 도와 주세요!
The onchange
property sets and returns the event handler for the change
event.
Syntax
element.onchange = handlerFunction; var handlerFunction = element.onchange;
handlerFunction
should be either null
or a JavaScript function specifying the handler for the event.
Notes
See the DOM event handlers page for information on working with on...
handlers.
See the change
event documentation for information about the event.
Specification
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'onchange' in that specification. |
Living Standard |