GlobalEventHandlers.onmouseenter
onmouseenter
は GlobalEventHandlers
ミックスインのプロパティで、mouseenter
イベントを処理するイベントハンドラー
です。
mouseenter
イベントは、ポインティングデバイス(通常はマウス)がリスナーが接続されている要素上に移動したときに発生します。
構文
element.onmouseenter = handlerFunction; var handlerFunction = element.onmouseenter;
handlerFunction
は、イベントのハンドラを指定する null
または JavaScript 関数 です。
仕様
仕様書 | 状態 | 備考 |
---|---|---|
HTML Living Standard onmouseenter の定義 |
現行の標準 |
ブラウザの互換性
BCD tables only load in the browser