The onmouseleave property sets and returns the event handler for the mouseleave event.
Syntax
element.onmouseleave = handlerFunction; var handlerFunction = element.onmouseleave;
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.
The mouseleave event is fired when a pointing device (usually a mouse) is moved off the element that has the listener attached.
See the mouseleave event documentation for more information about the event.
Specification
| Specification | Status | Comment |
|---|---|---|
| HTML Living Standard The definition of 'onmouseleave' in that specification. |
Living Standard |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Basic support | Chrome Full support 30 | Edge Full support Yes | Firefox Full support 10 | IE Full support 5.5 | Opera Full support 17 | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Edge Mobile Full support Yes | Firefox Android Full support 10 | Opera Android Full support 17 | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
Legend
- Full support
- Full support
Document Tags and Contributors
Last updated by:
fscholz,