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.

GlobalEventHandlers.onchange

onchange プロパティはchangeイベント処理をセットする、もしくはイベント処理を返り値として返します。

構文

element.onchange = handlerFunction;
var handlerFunction = element.onchange;

handlerFunction はnull もしくはイベント処理を特定しているJavaScriptの関数である必要があります。 

注記

イベントハンドラーで動作するイベントのより詳細な情報は、DOM event handlers ページより御覧ください。

changeイベントに関するより詳細な情報は、changeイベントのドキュメンテーションより御覧ください。 

ドキュメントのタグと貢献者

 このページの貢献者: Kenju
 最終更新者: Kenju,