Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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  

Document Tags and Contributors

 Last updated by: cvrebert,