GlobalEventHandlers.onchange

The onchange property sets and returns the event handler for the change event.

Syntax

JavaScript
<var>element</var>.onchange = handlerFunction;
var handlerFunction = <var>element</var>.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  

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/globaleventhandlers/onchange

API HTML DOM Property Reference Référence